diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-01-22 00:59:46 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-01-22 00:59:46 +0000 |
| commit | aaa59fa5b06c2211496788e3983c1a4a4bcd4ece (patch) | |
| tree | 0f1f5b8b18eb119836ea32cabd8f27b13fe6e047 /gnu | |
| parent | c244b23bfece9a41ef36416892a9a39c9ae46c48 (diff) | |
Need to set NOOBJ= before bsd.own.mk is included.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gcc/Makefile | 5 |
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 |
