diff options
author | grant <grant> | 2003-12-23 01:38:12 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-23 01:38:12 +0000 |
commit | b7dfef5fa81cc448c3670a7900ad889ec9e92c40 (patch) | |
tree | 92f3dd4b9b23f2278fe8aa69f4babf4355d5b6ef /mk | |
parent | 13f4e7aa9ff45a37f1ca2d6837e92b20f5ce01a1 (diff) | |
download | pkgsrc-b7dfef5fa81cc448c3670a7900ad889ec9e92c40.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.mk | 6 |
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 |