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 95da5226fb
commit dfea415aa3

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