summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
committerwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
commit6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /lang/gcc
parenta1052f051eabb24e35ae6af3a4b193d6e8682662 (diff)
downloadpkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 315d9bbb259..9401a147793 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2004/05/02 04:59:23 snj Exp $
+# $NetBSD: Makefile,v 1.78 2004/12/03 15:15:00 wiz Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 5
@@ -43,7 +43,7 @@ INFO_FILES= chill.info cpp.info g77.info gcc.info
.if ${OPSYS} == "SunOS"
CONFLICTS+= gcc-[0-9]* pgcc-[0-9]*
. if ${CC:M*gcc*} == ""
-ALL_TARGET= bootstrap
+BUILD_TARGET= bootstrap
. endif
# we know it's a GNU toolchain on Linux and the BSDs.
.elif ${OPSYS:M*BSD} != "" || ${OPSYS} == "Linux"
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-gnu-ld
# play it safe, force a bootstrap build if we don't know for sure it
# is gcc.
. if ${CC:M*gcc*} == ""
-ALL_TARGET= bootstrap
+BUILD_TARGET= bootstrap
. endif
.endif