diff options
Diffstat (limited to 'sys/arch/m68k/fpsp/Makefile.inc')
-rw-r--r-- | sys/arch/m68k/fpsp/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile.inc b/sys/arch/m68k/fpsp/Makefile.inc index 4a76434aae3..aa558632bd5 100644 --- a/sys/arch/m68k/fpsp/Makefile.inc +++ b/sys/arch/m68k/fpsp/Makefile.inc @@ -1,4 +1,5 @@ -# $NetBSD: Makefile.inc,v 1.2 1994/10/26 07:48:47 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/02/27 11:04:34 niklas 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 +12,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 |