Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libstdc++/include Move the rule to disable .cc -> NU...



details:   https://anonhg.NetBSD.org/src/rev/38a87ced1154
branches:  trunk
changeset: 554440:38a87ced1154
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Oct 28 08:13:39 2003 +0000

description:
Move the rule to disable .cc -> NULL transforms, so it works again.

diffstat:

 gnu/lib/libstdc++/include/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 166d4880cf58 -r 38a87ced1154 gnu/lib/libstdc++/include/Makefile
--- a/gnu/lib/libstdc++/include/Makefile        Tue Oct 28 08:12:32 2003 +0000
+++ b/gnu/lib/libstdc++/include/Makefile        Tue Oct 28 08:13:39 2003 +0000
@@ -1,11 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 2003/07/22 02:52:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2003/10/28 08:13:39 lukem Exp $
 
 .include <bsd.own.mk>
 
 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
 
-.cc: # disable .cc->NULL transform
-
 DIST=          ${NETBSDSRCDIR}/gnu/dist/toolchain
 
 INCS=          ${G_HEADERS} ${STD_HEADERS} ${STL_HEADERS}
@@ -15,3 +13,5 @@
 
 # Get default targets including <bsd.inc.mk>.
 .include <bsd.prog.mk>
+
+.cc: # disable .cc->NULL transform



Home | Main Index | Thread Index | Old Index