Don't rely on cpp to be in the $PATH, call it from em/lib.
authorkeie <none@none>
Tue, 18 Dec 1984 13:12:30 +0000 (13:12 +0000)
committerkeie <none@none>
Tue, 18 Dec 1984 13:12:30 +0000 (13:12 +0000)
mach/mantra/int/prep

index 04e076d..4f4c419 100755 (executable)
@@ -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