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 | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /archivers/zip | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-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 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index fc94582434a..ddb447f228b 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/11/22 19:36:17 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2004/12/03 15:14:51 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -29,9 +29,9 @@ CFLAGS= -O0 .include "../../mk/compiler.mk" .if !empty(CC_VERSION:Mgcc*) -ALL_TARGET= generic_gcc +BUILD_TARGET= generic_gcc .else -ALL_TARGET= generic +BUILD_TARGET= generic CFLAGS= -O .endif |