use a portable invocation for cc -E

This commit is contained in:
mrg 1999-11-25 06:06:03 +00:00
parent ca66e6b619
commit dcba4f5e10
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1999/03/26 04:29:26 eeh Exp $
# $NetBSD: Makefile,v 1.5 1999/11/25 06:06:03 mrg Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@ -40,7 +40,7 @@ assym.fth.h: ./genassym.sh genfth.cf machine
bootblk.text: bootblk.fth assym.fth.h
awk '/fload/ { print "#include \"" $$2 "\"" }; !/fload/' bootblk.fth | \
/usr/bin/cpp -P >bootblk.text
${CC} -E -Wc,-P >bootblk.text
bootblk: bootblk.fth assym.fth.h
fgen -o bootblk bootblk.fth