Module Name: src
Committed By: perry
Date: Tue Mar 24 13:54:37 UTC 2009
Modified Files:
src/usr.bin/make: Makefile
Log Message:
remove unneeded special rule for main.o
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/make/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/Makefile
diff -u src/usr.bin/make/Makefile:1.47 src/usr.bin/make/Makefile:1.48
--- src/usr.bin/make/Makefile:1.47 Fri Mar 20 20:48:00 2009
+++ src/usr.bin/make/Makefile Tue Mar 24 13:54:37 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2009/03/20 20:48:00 perry Exp $
+# $NetBSD: Makefile,v 1.48 2009/03/24 13:54:37 perry Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
PROG= make
@@ -26,8 +26,6 @@
.include <bsd.subdir.mk>
CPPFLAGS+= -DMAKE_NATIVE
-# XXX is this special rule for main.o actually needed?
-main.o: ${OBJS:Nmain.o} ${MAKEFILE}
COPTS.var.c+= -Wno-cast-qual
.ifdef TOOLDIR