summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-23 01:38:12 +0000
committergrant <grant@pkgsrc.org>2003-12-23 01:38:12 +0000
commit7cd5a15287bc1f98c8ddba4bfeb3a62b295fd685 (patch)
tree92f3dd4b9b23f2278fe8aa69f4babf4355d5b6ef /mk
parentbf369f629d016a132a33e102d149d26b016196c2 (diff)
downloadpkgsrc-7cd5a15287bc1f98c8ddba4bfeb3a62b295fd685.tar.gz
hide aclocal-1.8 and automake-1.8 after automake update to 1.8.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index df9e7e88c82..bc932b99a95 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.17 2003/12/23 01:32:58 grant Exp $
+# $NetBSD: tools.mk,v 1.18 2003/12/23 01:38:12 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -40,10 +40,12 @@ _HIDE_PROGS.automake= bin/aclocal bin/aclocal-1.4 \
bin/aclocal-1.5 \
bin/aclocal-1.6 \
bin/aclocal-1.7 \
+ bin/aclocal-1.8 \
bin/automake bin/automake-1.4 \
bin/automake-1.5 \
bin/automake-1.6 \
- bin/automake-1.7
+ bin/automake-1.7 \
+ bin/automake-1.8
.if empty(AUTOMAKE_OVERRIDE:M[nN][oO])
. for _autotool_ in autoconf automake