sym2num: add path to cpp on OpenBSD.
This commit is contained in:
committed by
Jon Trulson
parent
a1cbcd24db
commit
72c954e5b3
@@ -58,6 +58,9 @@ awk '/^\$set/ { SET_NAME=$2; SET_COUNT++; MES_COUNT=0;
|
|||||||
if [[ -f /usr/ccs/lib/cpp ]] #IBM & SUN
|
if [[ -f /usr/ccs/lib/cpp ]] #IBM & SUN
|
||||||
then
|
then
|
||||||
cpp_path=/usr/ccs/lib
|
cpp_path=/usr/ccs/lib
|
||||||
|
elif [[ -f /usr/libexec/cpp ]] #BSD
|
||||||
|
then
|
||||||
|
cpp_path=/usr/libexec
|
||||||
elif [[ -f /lib/cpp ]] #HP
|
elif [[ -f /lib/cpp ]] #HP
|
||||||
then
|
then
|
||||||
cpp_path=/lib
|
cpp_path=/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user