summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-01-22 00:59:46 +0000
committerthorpej <thorpej@NetBSD.org>2002-01-22 00:59:46 +0000
commitaaa59fa5b06c2211496788e3983c1a4a4bcd4ece (patch)
tree0f1f5b8b18eb119836ea32cabd8f27b13fe6e047 /gnu/usr.bin
parentc244b23bfece9a41ef36416892a9a39c9ae46c48 (diff)
Need to set NOOBJ= before bsd.own.mk is included.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/Makefile b/gnu/usr.bin/gcc/Makefile
index edfdfab8fe0..587b1957d4d 100644
--- a/gnu/usr.bin/gcc/Makefile
+++ b/gnu/usr.bin/gcc/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2001/12/31 23:04:12 thorpej Exp $
+# $NetBSD: Makefile,v 1.16 2002/01/22 00:59:46 thorpej Exp $
+
+NOOBJ=# defined
.include <bsd.own.mk>
@@ -11,6 +13,5 @@ SUBDIR+= backend frontend cpp0 gcov .WAIT \
.else
# Do nothing. (PROG undefined)
-NOOBJ=# defined
.include <bsd.prog.mk>
.endif