]> sourceware.org Git - automake.git/commitdiff
* tests/insthook.test: Use $MAKE, not make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Jul 2003 21:29:11 +0000 (21:29 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Jul 2003 21:29:11 +0000 (21:29 +0000)
ChangeLog
tests/insthook.test

index a33b0ce9530440b379bf254dbcc4b744c4562f0b..c400781751de099db1315b27f7ec6cd28f27704e 100644 (file)
--- 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.
index 0883b29a72b91ece15f184857bb19b702c89b3ae..431ec2f6524940b83493977798fa1cf6d11eb900 100755 (executable)
@@ -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
This page took 0.033213 seconds and 5 git commands to generate.