summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2009-09-18 11:38:23 +0000
committerdmcmahill <dmcmahill>2009-09-18 11:38:23 +0000
commit620cabe0e00680b4dfdd32f50b2a0dacb57797f8 (patch)
tree21ca997e99a00d089b5f541866b7550f230b4bd1 /mk
parentc05f6646847254c0276d7b0f7184356c6f6186bb (diff)
downloadpkgsrc-620cabe0e00680b4dfdd32f50b2a0dacb57797f8.tar.gz
Fix a typo, no idea why this didn't show up when I tested this before.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index 4dbf3f4ef10..5b7dae415e8 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.101 2009/09/18 11:27:41 dmcmahill Exp $
+# $NetBSD: gcc.mk,v 1.102 2009/09/18 11:38:23 dmcmahill Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -190,7 +190,7 @@ _NEED_GCC44= yes
. endif
.endfor
.if !empty(_NEED_GCC2:M[nN][oO]) && !empty(_NEED_GCC3:M[nN][oO]) && \
- !empty(_NEED_GCC34:M[nN][oO]) && !empty(_NEED_GC44:M[nN][oO])
+ !empty(_NEED_GCC34:M[nN][oO]) && !empty(_NEED_GCC44:M[nN][oO])
_NEED_GCC44= yes
.endif