summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant>2003-01-11 04:31:53 +0000
committergrant <grant>2003-01-11 04:31:53 +0000
commitf4b4a3077277d7c7985637e0b91ef7f998828807 (patch)
tree4ab14b424c77a5bf73b864e2c04635b16a530ce9 /lang
parentfb74e355e8ae3094eb96d329898c68465dee7b38 (diff)
downloadpkgsrc-f4b4a3077277d7c7985637e0b91ef7f998828807.tar.gz
fix oops in last.
Diffstat (limited to 'lang')
-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