diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-13 11:51:15 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-13 11:51:15 +0000 |
commit | cf47d736b4f8be7688815d6199b5b2a3e6c6cd91 (patch) | |
tree | 26e021bc053c854842144423f41e92e518c5868e /sys/arch/m68k/fpsp/Makefile.inc | |
parent | 7b5de006e88e348bad70d505befe41782c58e3a5 (diff) |
Sync to 970110 NetBSD
Diffstat (limited to 'sys/arch/m68k/fpsp/Makefile.inc')
-rw-r--r-- | sys/arch/m68k/fpsp/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile.inc b/sys/arch/m68k/fpsp/Makefile.inc index aa558632bd5..7ecc5ee709a 100644 --- a/sys/arch/m68k/fpsp/Makefile.inc +++ b/sys/arch/m68k/fpsp/Makefile.inc @@ -1,5 +1,5 @@ -# $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 $ +# $OpenBSD: Makefile.inc,v 1.3 1997/01/13 11:51:08 niklas 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 @@ -14,6 +14,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 |