Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/libbug We don't need a special rule n...
details: https://anonhg.NetBSD.org/src/rev/459a66d1390b
branches: trunk
changeset: 804051:459a66d1390b
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 21 20:21:08 2014 +0000
description:
We don't need a special rule now that the file is called .S (having a
just .o rule before broke the MKDEBUG build).
diffstat:
sys/arch/mvme68k/stand/libbug/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 6a6722c721dd -r 459a66d1390b sys/arch/mvme68k/stand/libbug/Makefile
--- a/sys/arch/mvme68k/stand/libbug/Makefile Fri Nov 21 20:13:18 2014 +0000
+++ b/sys/arch/mvme68k/stand/libbug/Makefile Fri Nov 21 20:21:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/11/21 20:10:28 christos Exp $
+# $NetBSD: Makefile,v 1.18 2014/11/21 20:21:08 christos Exp $
LIB=bug
@@ -19,12 +19,6 @@
# only needed during build
libinstall::
-# separate rule for bugstart.c
-# this is build separately from rest of libbug
-bugstart.o: bugstart.S
- ${CC} -x assembler-with-cpp -nostdinc ${INCPATH} \
- -D_STANDALONE -c ${.IMPSRC}
-
all realall: lib${LIB}.a
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index