From: Alexandre Duret-Lutz Date: Sat, 18 Mar 2006 06:32:36 +0000 (+0000) Subject: * tests/check5.test, tests/nobast.test: Fix $MAKE and rm X-Git-Tag: Release-1-9b~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5d3c4078fa60d784a71b3798a12731beac73b3;p=thirdparty%2Fautomake.git * tests/check5.test, tests/nobast.test: Fix $MAKE and rm invocations to please maintainer-check. --- diff --git a/ChangeLog b/ChangeLog index 9e368b160..13d854900 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-18 Alexandre Duret-Lutz + + * tests/check5.test, tests/nobast.test: Fix $MAKE and rm + invocations to please maintainer-check. + 2006-03-10 Alexandre Duret-Lutz * automake.in (lang_c_rewrite): Typo in previous change. diff --git a/tests/check5.test b/tests/check5.test index bcb563f13..27c75a5a1 100755 --- a/tests/check5.test +++ b/tests/check5.test @@ -52,6 +52,6 @@ cp one.c two.c ./configure $MAKE check test -f ok -$MAKE EXEEXT=.bin print-tests >output +EXEEXT=.bin $MAKE -e print-tests >output cat output grep 'BEG: one.bin two.bin :END' output diff --git a/tests/nobase.test b/tests/nobase.test index 4eae8385a..eb2ab19e0 100755 --- a/tests/nobase.test +++ b/tests/nobase.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -108,7 +108,7 @@ main (int argc, char *argv[]) EOF cp source.c source2.c -rm install-sh +rm -f install-sh libtoolize $ACLOCAL