pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Fix a typo, no idea why this didn't show u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeed07330fc6
branches:  trunk
changeset: 399346:aeed07330fc6
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Sep 18 11:38:23 2009 +0000

description:
Fix a typo, no idea why this didn't show up when I tested this before.

diffstat:

 mk/compiler/gcc.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5891bc5eecc8 -r aeed07330fc6 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Fri Sep 18 11:28:54 2009 +0000
+++ b/mk/compiler/gcc.mk        Fri Sep 18 11:38:23 2009 +0000
@@ -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 @@
 .  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
 



Home | Main Index | Thread Index | Old Index