Module Name:    src
Committed By:   uebayasi
Date:           Wed Dec  9 17:30:14 UTC 2009

Modified Files:
        src/gnu/lib/libgcc4/libgcov: Makefile

Log Message:
Fix inverted condition in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/gnu/lib/libgcc4/libgcov/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/lib/libgcc4/libgcov/Makefile
diff -u src/gnu/lib/libgcc4/libgcov/Makefile:1.6 src/gnu/lib/libgcc4/libgcov/Makefile:1.7
--- src/gnu/lib/libgcc4/libgcov/Makefile:1.6	Wed Dec  9 06:20:14 2009
+++ src/gnu/lib/libgcc4/libgcov/Makefile	Wed Dec  9 17:30:14 2009
@@ -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"
 

Reply via email to