summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2009-09-18 11:38:23 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2009-09-18 11:38:23 +0000
commitd41d01f973a83cf93908666b617f8c2e4dca9f45 (patch)
tree21ca997e99a00d089b5f541866b7550f230b4bd1 /mk/compiler
parentb93fbef6318d490212b5fd9c138bcc5903e8a3ee (diff)
downloadpkgsrc-d41d01f973a83cf93908666b617f8c2e4dca9f45.tar.gz
Fix a typo, no idea why this didn't show up when I tested this before.
Diffstat (limited to 'mk/compiler')
-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