diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2009-12-18 12:48:16 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2009-12-18 12:48:16 +0000 |
| commit | 75da64c9d4d229fb5ede65bc6668da44393eadf6 (patch) | |
| tree | 929d9ee38a8b67e8b234fc3e1e13b3cef6bc411c /gnu | |
| parent | ba7d4fb746b1a7ab0e33a420b125d7a3ad5e7b4a (diff) | |
Fix a misplaced conditional I made.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libgcc4/libgcov/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libgcc4/libgcov/Makefile b/gnu/lib/libgcc4/libgcov/Makefile index dcca00ddeb5..ae273a61ceb 100644 --- a/gnu/lib/libgcc4/libgcov/Makefile +++ b/gnu/lib/libgcc4/libgcov/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/12/09 17:30:14 uebayasi Exp $ +# $NetBSD: Makefile,v 1.8 2009/12/18 12:48:16 uebayasi Exp $ REQUIRETOOLS= yes NOPIC= # defined @@ -9,7 +9,7 @@ LIB= gcov .include <bsd.own.mk> -.if !defined(MKNATIVE_LIBGCC_NEW) && ${MKGCC} != "no" +.if ${MKGCC} != "no" .include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk" |
