* 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 a33b0ce..c400781 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 0883b29..431ec2f 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