diff options
author | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
commit | 998b0c7156c398a485c9894ae57403d161b66dca (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /emulators/stella | |
parent | 589cabc7dea50acb511116250b8e586dcd851c0f (diff) | |
download | pkgsrc-998b0c7156c398a485c9894ae57403d161b66dca.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'emulators/stella')
-rw-r--r-- | emulators/stella/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index aee7d2cf871..e7628ecc9f9 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:41 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/03 15:14:56 wiz Exp $ STELLA_VERSION= 1.4.1 DISTNAME= stella-${STELLA_VERSION}-src @@ -22,7 +22,7 @@ USE_INSTALL= YES UNLIMIT_RESOURCES=datasize MAKEFILE= makefile -ALL_TARGET= linux +BUILD_TARGET= linux .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 3.0 |