Don't rely on cpp to be in the $PATH, call it from em/lib.

This commit is contained in:
keie 1984-12-18 13:12:30 +00:00
parent cf947cedd3
commit eb15231cf4

View file

@ -1,3 +1,3 @@
rm temp.c
rm -f temp.c
cat header deffile $1 >> temp.c
cpp -P temp.c >$2
../../../lib/cpp -P temp.c >$2