Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/sparc Add '.SUFFIXES: .m4' here, now th...
details: https://anonhg.NetBSD.org/src/rev/cb920235e51c
branches: trunk
changeset: 555095:cb920235e51c
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Nov 08 14:45:02 2003 +0000
description:
Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore.
It appears that .PATH.m4: needs it.
Should fix problem noted in private mail by Markus W Kilbinger.
diffstat:
sys/lib/libkern/arch/sparc/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 50194ac57b11 -r cb920235e51c sys/lib/libkern/arch/sparc/Makefile.inc
--- a/sys/lib/libkern/arch/sparc/Makefile.inc Sat Nov 08 14:04:26 2003 +0000
+++ b/sys/lib/libkern/arch/sparc/Makefile.inc Sat Nov 08 14:45:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.29 2003/11/08 07:40:37 jdolecek Exp $
+# $NetBSD: Makefile.inc,v 1.30 2003/11/08 14:45:02 lukem Exp $
SRCS+= __main.c __assert.c \
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
@@ -17,6 +17,9 @@
# the name `div.o' is taken for the ANSI C `div' function, hence sdiv here
SRCS+= rem.S sdiv.S udiv.S urem.S
CLEANFILES+=rem.S sdiv.S udiv.S urem.S
+
+.SUFFIXES: .m4
+
.PATH.m4: ${KERNDIR}/arch/${MACHINE_ARCH}
sdiv.S: divrem.m4
Home |
Main Index |
Thread Index |
Old Index