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 /cross/h8300-hms-gcc/Makefile | |
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 'cross/h8300-hms-gcc/Makefile')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 0f1329062b3..aa2e0af2b00 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/08/05 13:38:00 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:53 wiz Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --enable-languages=c CONFIGURE_ARGS+= --with-newlib CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/gcc-3.1 -ALL_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all +BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all INFO_DIR= ${H8300_PREFIX:S|${PREFIX}/||}/gcc INFO_FILES= cpp.info cppinternals.info gcc.info gccint.info |