From d6d63b8488b4bf8c0a90ce1519020f226b0e13bb Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- cross/h8300-hms-gcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/h8300-hms-gcc') 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 -- cgit v1.2.3