Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp.
This commit is contained in:
parent
adefd3f66c
commit
89ea5c2a49
@ -84,9 +84,7 @@ static void s_output __P(( int, char **, char *, char *, int, char *, int, int )
|
||||
#define DONT_EXTEND 0 /* alias for FALSE */
|
||||
|
||||
#define SVR4_CPP "/usr/ccs/lib/cpp"
|
||||
#ifdef __FreeBSD__
|
||||
#define SUNOS_CPP "/usr/libexec/cpp"
|
||||
#elif defined(__NetBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#define SUNOS_CPP "/usr/bin/cpp"
|
||||
#else
|
||||
#define SUNOS_CPP "/usr/lib/cpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user