summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-01-11 04:31:53 +0000
committergrant <grant@pkgsrc.org>2003-01-11 04:31:53 +0000
commita0b4df543921c649aa51ce6e24d041eb65c4a3e9 (patch)
tree4ab14b424c77a5bf73b864e2c04635b16a530ce9 /lang/gcc3
parent7314efd759c09845e96e8380e3239beb43f3cfd4 (diff)
downloadpkgsrc-a0b4df543921c649aa51ce6e24d041eb65c4a3e9.tar.gz
fix oops in last.
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index 35ca5c0c2f2..715b2f3ca55 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/01/11 04:28:51 grant Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/11 04:31:53 grant Exp $
# Make sure that the version number in "Makefile.gcc" matches this.
DISTNAME= gcc-3.2.1
@@ -33,7 +33,7 @@ INFO_FILES= cpp.info g77.info gcc.info gcj.info
CONFIGURE_ARGS+= --enable-shared
.else
CONFIGURE_ARGS+= --disable-shared
-. if ${CC:M*gcc*} != ""
+. if ${CC:M*gcc*} == ""
ALL_TARGET= bootstrap
. endif
.endif