Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libgcc4/libgcov Fix inverted condition in previous.



details:   https://anonhg.NetBSD.org/src/rev/c00f2e03993c
branches:  trunk
changeset: 749811:c00f2e03993c
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Dec 09 17:30:14 2009 +0000

description:
Fix inverted condition in previous.

diffstat:

 gnu/lib/libgcc4/libgcov/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da36507a730c -r c00f2e03993c gnu/lib/libgcc4/libgcov/Makefile
--- a/gnu/lib/libgcc4/libgcov/Makefile  Wed Dec 09 15:38:07 2009 +0000
+++ b/gnu/lib/libgcc4/libgcov/Makefile  Wed Dec 09 17:30:14 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2009/12/09 06:20:14 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.7 2009/12/09 17:30:14 uebayasi Exp $
 
 REQUIRETOOLS=  yes
 NOPIC=         # defined
@@ -9,7 +9,7 @@
 
 .include <bsd.own.mk>
 
-.if defined(MKNATIVE_LIBGCC_NEW) && ${MKGCC} != "no"
+.if !defined(MKNATIVE_LIBGCC_NEW) && ${MKGCC} != "no"
 
 .include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
 



Home | Main Index | Thread Index | Old Index