From 531802b5dd9529c4c2938dced7702c8ab7e504af Mon Sep 17 00:00:00 2001 From: scottr Date: Tue, 29 Oct 1996 00:11:27 +0000 Subject: [PATCH] cpp -> ${CPP} --- sys/arch/m68k/fpsp/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/m68k/fpsp/Makefile.inc b/sys/arch/m68k/fpsp/Makefile.inc index 4cc0ee474f61..e2242328409c 100644 --- a/sys/arch/m68k/fpsp/Makefile.inc +++ b/sys/arch/m68k/fpsp/Makefile.inc @@ -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