Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gcc Need to set NOOBJ= before bsd.own.mk is incl...



details:   https://anonhg.NetBSD.org/src/rev/17481f30fa6b
branches:  trunk
changeset: 521027:17481f30fa6b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jan 22 00:59:46 2002 +0000

description:
Need to set NOOBJ= before bsd.own.mk is included.

diffstat:

 gnu/usr.bin/gcc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84532ed5e166 -r 17481f30fa6b gnu/usr.bin/gcc/Makefile
--- a/gnu/usr.bin/gcc/Makefile  Tue Jan 22 00:04:29 2002 +0000
+++ b/gnu/usr.bin/gcc/Makefile  Tue Jan 22 00:59:46 2002 +0000
@@ -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 @@
 
 .else
 # Do nothing. (PROG undefined)
-NOOBJ=# defined
 .include <bsd.prog.mk>
 .endif



Home | Main Index | Thread Index | Old Index