From: Alexandre Duret-Lutz Date: Tue, 17 Sep 2002 17:40:14 +0000 (+0000) Subject: * tests/suffix8.test: Add explicit dependencies. X-Git-Tag: Release-1-6d~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a187d2b0d7bab13518894377ff54028b7baecf15;p=thirdparty%2Fautomake.git * tests/suffix8.test: Add explicit dependencies. * tests/texinfo13.test, tests/texinfo16.test: Require tex. --- diff --git a/ChangeLog b/ChangeLog index 65f21a7ae..4eb44eba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-17 Alexandre Duret-Lutz + + * tests/suffix8.test: Add explicit dependencies. + * tests/texinfo13.test, tests/texinfo16.test: Require tex. + 2002-09-16 Alexandre Duret-Lutz * configure.in, m4/init.m4, NEWS: Require Autoconf 2.54. diff --git a/tests/suffix8.test b/tests/suffix8.test index 519a19a6f..d98a8bba1 100755 --- a/tests/suffix8.test +++ b/tests/suffix8.test @@ -50,6 +50,11 @@ libfoo_la_SOURCES = bar.x_ .z_.lo: cp $< $@ +# Add explicit dependencies to halp make implementations that +# don't otherwise chain implicit rules (e.g., Sun make). +foo.$(OBJEXT): foo.y_ +bar.lo: bar.z_ + print: @echo BEGIN: $(foo_OBJECTS) :END @echo BEGIN: $(libfoo_la_OBJECTS) :END diff --git a/tests/texinfo13.test b/tests/texinfo13.test index 6ef2a264d..978332c93 100755 --- a/tests/texinfo13.test +++ b/tests/texinfo13.test @@ -21,7 +21,7 @@ # Check for subdir Texinfo. # PR/343 -required='makeinfo' +required='makeinfo tex' . ./defs || exit 1 set -e diff --git a/tests/texinfo16.test b/tests/texinfo16.test index 3765eb00c..93351b32c 100755 --- a/tests/texinfo16.test +++ b/tests/texinfo16.test @@ -20,7 +20,7 @@ # Check that info files are built in $(srcdir). -required='makeinfo' +required='makeinfo tex' . ./defs || exit 1 set -e