From: Alexandre Duret-Lutz Date: Thu, 19 Sep 2002 09:16:05 +0000 (+0000) Subject: For PR automake/361: X-Git-Tag: Release-1-6f~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d3b058840f939aff0152547210fcc48d07db96;p=thirdparty%2Fautomake.git For PR automake/361: * tests/suffix8.test: More explicit dependencies. Reported by Paul Eggert. --- diff --git a/ChangeLog b/ChangeLog index 62aa813ff..cbcf90573 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ 2002-09-19 Alexandre Duret-Lutz + For PR automake/361: + * tests/suffix8.test: More explicit dependencies. + Reported by Paul Eggert. + * automake.in (rule_define): Don't diagnose duplicate user rules. * tests/phony.test, tests/percent2.test: New files. * tests/Makefile.am (TESTS): Add them. + Reported by Ralf Corsepius. * automake.in (require_variables): Search variable definitions in any condition implied by $cond. @@ -11,6 +16,7 @@ Reported by Pavel Roskin. * tests/subobj9.test: Skip this test on configure errors. + Reported by Paul Eggert. 2002-09-18 Alexandre Duret-Lutz diff --git a/tests/suffix8.test b/tests/suffix8.test index 6b1919ce1..a798dbeae 100755 --- a/tests/suffix8.test +++ b/tests/suffix8.test @@ -54,6 +54,7 @@ libfoo_la_SOURCES = bar.x_ # don't otherwise chain implicit rules (e.g., Sun make). foo.$(OBJEXT): foo.y_ bar.lo: bar.z_ +bar.z_: bar.y_ print: @echo BEGIN: $(foo_OBJECTS) :END