From 8781adb9f67b421873e3c4a9a92088f65380ed7f Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 16 Nov 2010 19:23:09 +0100 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ tests/backcompat5.test | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3abddcc..ed10bac 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 b68316d..50538cc 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 -- 2.7.4