Don't rely on cpp to be in the $PATH, call it from em/lib.
This commit is contained in:
parent
cf947cedd3
commit
eb15231cf4
|
@ -1,3 +1,3 @@
|
||||||
rm temp.c
|
rm -f temp.c
|
||||||
cat header deffile $1 >> temp.c
|
cat header deffile $1 >> temp.c
|
||||||
cpp -P temp.c >$2
|
../../../lib/cpp -P temp.c >$2
|
||||||
|
|
Loading…
Reference in a new issue