Use CPPFLAGS, not COPTS.

This commit is contained in:
mycroft 1996-02-03 01:23:54 +00:00
parent d6b2d2e00f
commit 213c4dbb89

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 1994/10/26 07:48:47 cgd Exp $
# $NetBSD: Makefile.inc,v 1.3 1996/02/03 01:23:54 mycroft Exp $
#
# NOTE: $S must correspond to the top of the `sys' tree
@ -11,8 +11,8 @@ FPSPOBJ= $(FPSPOBJDIR)/fpsp.o
$(FPSPOBJ): .NOTMAIN __always_make_fpsp
@echo making sure the fpsp is up to date...
@(cd $(FPSPSRCDIR) ; $(MAKE))
@(cd $(FPSPSRCDIR); $(MAKE))
FPSP!= printf "\#ifdef FPSP\n${FPSPOBJ}\n\#endif\n" | cpp -P -undef ${COPTS:M-DFPSP}
FPSP!= printf "\#ifdef FPSP\n${FPSPOBJ}\n\#endif\n" | cpp -P -undef ${CPPFLAGS:M-DFPSP}
__always_make_fpsp: .NOTMAIN