]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
For PR automake/361:
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 19 Sep 2002 09:16:05 +0000 (09:16 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 19 Sep 2002 09:16:05 +0000 (09:16 +0000)
* tests/suffix8.test: More explicit dependencies.
Reported by Paul Eggert.

ChangeLog
tests/suffix8.test

index 62aa813ff429b48a6774edc1e9566480d2bdafe6..cbcf905732b8144a02439f33cbfd6f960899d5e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
 2002-09-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       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  <duret_g@epita.fr>
 
index 6b1919ce1cba0e5f88ef3e34d529674d9f90f3d4..a798dbeaea10bc4e7cff3016dca46366553ae176 100755 (executable)
@@ -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