Module Name: src
Committed By: christos
Date: Fri Nov 21 20:21:08 UTC 2014
Modified Files:
src/sys/arch/mvme68k/stand/libbug: Makefile
Log Message:
We don't need a special rule now that the file is called .S (having a
just .o rule before broke the MKDEBUG build).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mvme68k/stand/libbug/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mvme68k/stand/libbug/Makefile
diff -u src/sys/arch/mvme68k/stand/libbug/Makefile:1.17 src/sys/arch/mvme68k/stand/libbug/Makefile:1.18
--- src/sys/arch/mvme68k/stand/libbug/Makefile:1.17 Fri Nov 21 15:10:28 2014
+++ src/sys/arch/mvme68k/stand/libbug/Makefile Fri Nov 21 15:21:08 2014
@@ -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 @@ CLEANFILES+= bugstart.o
# 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>