diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | e711ee946c5eaf97e92e8c09b0f571f9386f725b (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /lang/gcc-ssp | |
parent | ecb0801e3d4ad5590c3adb46de3fc9bef45a05e3 (diff) | |
download | pkgsrc-e711ee946c5eaf97e92e8c09b0f571f9386f725b.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-ssp')
-rw-r--r-- | lang/gcc-ssp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 10b0cba8b48..72af249b798 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/05/09 02:26:14 snj Exp $ +# $NetBSD: Makefile,v 1.34 2004/12/03 15:15:00 wiz Exp $ DISTNAME= gcc-2.95.3 PKGNAME= gcc-ssp-2.95.3.13 @@ -52,7 +52,7 @@ INFO_FILES= chill.info cpp.info g77.info gcc.info .if ${OPSYS} == "SunOS" . 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" @@ -62,7 +62,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 |