From: Alexandre Duret-Lutz Date: Thu, 24 Jul 2003 21:29:11 +0000 (+0000) Subject: * tests/insthook.test: Use $MAKE, not make. X-Git-Tag: Release-1-7b~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8e4c3aeb47ed59f725ac8f9e3eaf8d29ffb5a5;p=thirdparty%2Fautomake.git * tests/insthook.test: Use $MAKE, not make. --- diff --git a/ChangeLog b/ChangeLog index a33b0ce95..c40078175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-24 Alexandre Duret-Lutz + * 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