From: Ralf Wildenhues Date: Tue, 16 Nov 2010 18:23:09 +0000 (+0100) Subject: backcompat5.test: avoid '##'-style comments inside recipe commands. X-Git-Tag: ng-0.5a~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8781adb9f67b421873e3c4a9a92088f65380ed7f;p=thirdparty%2Fautomake.git backcompat5.test: avoid '##'-style comments inside recipe commands. * tests/backcompat5.test: Remove double-hash comments from makefile rule commands, they are not part of the Automake API. Fixes testsuite failure with Tru64 make. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 3abddcc0a..ed10bac82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-11-16 Ralf Wildenhues + backcompat5.test: avoid '##'-style comments inside recipe commands. + * tests/backcompat5.test: Remove double-hash comments + from makefile rule commands, they are not part of the + Automake API. Fixes testsuite failure with Tru64 make. + tests: avoid '##'-style comments inside recipe commands. * tests/confh.test, tests/confh8.test: Remove double-hash comments from makefile rule commands, they diff --git a/tests/backcompat5.test b/tests/backcompat5.test index b68316dde..50538cc78 100755 --- a/tests/backcompat5.test +++ b/tests/backcompat5.test @@ -63,7 +63,7 @@ END cat >hacky/Makefile.am <<'END' dist-hook: - find $(top_distdir) -print ## useful for debugging + find $(top_distdir) -print chmod a+rx $(top_distdir)/tests/*.test END