automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: typo in insthook.test


From: Alexandre Duret-Lutz
Subject: FYI: typo in insthook.test
Date: Thu, 24 Jul 2003 23:29:55 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

This came up while running the test-suite with MAKE=pmake.

Committed on branch-1-7 and HEAD.

2003-07-24  Alexandre Duret-Lutz  <address@hidden>

        * tests/insthook.test: Use $MAKE, not make.

Index: tests/insthook.test
===================================================================
RCS file: /cvs/automake/automake/tests/insthook.test,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 insthook.test
--- tests/insthook.test 20 Mar 2003 22:44:54 -0000      1.7.2.1
+++ tests/insthook.test 24 Jul 2003 21:28:08 -0000
@@ -62,7 +62,7 @@
 ./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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]