From dfea415aa3cc57a8131f05c0772dba76446f1165 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 18 Dec 1984 13:12:30 +0000 Subject: [PATCH] Don't rely on cpp to be in the $PATH, call it from em/lib. --- mach/mantra/int/prep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/mantra/int/prep b/mach/mantra/int/prep index 04e076d2..4f4c4199 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