Use CPPFLAGS, not COPTS.
This commit is contained in:
parent
d6b2d2e00f
commit
213c4dbb89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user