Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libstdc++/io don't need .cc->NULL rule here



details:   https://anonhg.NetBSD.org/src/rev/166d4880cf58
branches:  trunk
changeset: 554439:166d4880cf58
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Oct 28 08:12:32 2003 +0000

description:
don't need .cc->NULL rule here

diffstat:

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

diffs (18 lines):

diff -r 3d3ab807aef4 -r 166d4880cf58 gnu/lib/libstdc++/io/Makefile
--- a/gnu/lib/libstdc++/io/Makefile     Tue Oct 28 08:00:36 2003 +0000
+++ b/gnu/lib/libstdc++/io/Makefile     Tue Oct 28 08:12:32 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2003/07/22 02:52:38 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2003/10/28 08:12:32 lukem Exp $
 
 NOOBJ= # defined
 
@@ -6,8 +6,6 @@
 
 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
 
-.cc: # disable .cc->NULL transform
-
 DIST=          ${NETBSDSRCDIR}/gnu/dist/toolchain
 
 INCS=          ${LIBIO_HEADERS:Niostdio.h}



Home | Main Index | Thread Index | Old Index