mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
sym2num: add path to cpp on OpenBSD.
This commit is contained in:
parent
a1cbcd24db
commit
72c954e5b3
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ awk '/^\$set/ { SET_NAME=$2; SET_COUNT++; MES_COUNT=0;
|
|||
if [[ -f /usr/ccs/lib/cpp ]] #IBM & SUN
|
||||
then
|
||||
cpp_path=/usr/ccs/lib
|
||||
elif [[ -f /usr/libexec/cpp ]] #BSD
|
||||
then
|
||||
cpp_path=/usr/libexec
|
||||
elif [[ -f /lib/cpp ]] #HP
|
||||
then
|
||||
cpp_path=/lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue