summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-07-24 21:30:00 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-07-24 21:30:00 +0000
commit5df750a4da063fe60f95410cd8be0f91adda9d86 (patch)
tree96a653a6c66e1ce047d1a4ca48f50a28c0ee9f0a
parentc1e6f460bf069a6391f3254377184264cd4cc678 (diff)
downloadautomake-5df750a4da063fe60f95410cd8be0f91adda9d86.tar.gz
* tests/insthook.test: Use $MAKE, not make.
-rw-r--r--ChangeLog2
-rwxr-xr-xtests/insthook.test2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff0371115..bba594e20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-07-24 Alexandre Duret-Lutz <adl@gnu.org>
+ * tests/insthook.test: Use $MAKE, not make.
+
Fix missing rebuilds during `make dist' with BSD make.
* automake.in (generate_makefile): Do not push Makefile.in, and
Makefile.am into DIST_COMMON here.
diff --git a/tests/insthook.test b/tests/insthook.test
index 0883b29a7..431ec2f65 100755
--- a/tests/insthook.test
+++ b/tests/insthook.test
@@ -62,7 +62,7 @@ test -f ok
./configure --bindir=`pwd`/bin
$MAKE install
echo 2 > foo
-VERSION=2.0 make -e install
+VERSION=2.0 $MAKE -e install
grep 1 bin/foo-1.0
grep 2 bin/foo-2.0
grep 2 bin/foo