summaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-03 15:14:50 +0000
committerwiz <wiz>2004-12-03 15:14:50 +0000
commit998b0c7156c398a485c9894ae57403d161b66dca (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /archivers/zip
parent589cabc7dea50acb511116250b8e586dcd851c0f (diff)
downloadpkgsrc-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 'archivers/zip')
-rw-r--r--archivers/zip/Makefile6
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