From: keie Date: Tue, 18 Dec 1984 13:12:30 +0000 (+0000) Subject: Don't rely on cpp to be in the $PATH, call it from em/lib. X-Git-Tag: release-5-5~5848 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eb15231cf4de0d8a27957e84e43de39981198141;p=ack.git Don't rely on cpp to be in the $PATH, call it from em/lib. --- diff --git a/mach/mantra/int/prep b/mach/mantra/int/prep index 04e076d2e..4f4c41996 100755 --- a/mach/mantra/int/prep +++ b/mach/mantra/int/prep @@ -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