cpp -> ${CPP}

This commit is contained in:
scottr 1996-10-29 00:11:27 +00:00
parent faad20023f
commit 531802b5dd

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.3 1996/02/03 01:23:54 mycroft Exp $
# $NetBSD: Makefile.inc,v 1.4 1996/10/29 00:11:27 scottr Exp $
#
# NOTE: $S must correspond to the top of the `sys' tree
@ -13,6 +13,6 @@ $(FPSPOBJ): .NOTMAIN __always_make_fpsp
@echo making sure the fpsp is up to date...
@(cd $(FPSPSRCDIR); $(MAKE))
FPSP!= printf "\#ifdef FPSP\n${FPSPOBJ}\n\#endif\n" | cpp -P -undef ${CPPFLAGS:M-DFPSP}
FPSP!= printf "\#ifdef FPSP\n${FPSPOBJ}\n\#endif\n" | ${CPP} -P -undef ${CPPFLAGS:M-DFPSP}
__always_make_fpsp: .NOTMAIN