From a187d2b0d7bab13518894377ff54028b7baecf15 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 17 Sep 2002 17:40:14 +0000 Subject: [PATCH] * tests/suffix8.test: Add explicit dependencies. * tests/texinfo13.test, tests/texinfo16.test: Require tex. --- ChangeLog | 5 +++++ tests/suffix8.test | 5 +++++ tests/texinfo13.test | 2 +- tests/texinfo16.test | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65f21a7..4eb44eb 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 519a19a..d98a8bb 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 6ef2a26..978332c 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 3765eb0..93351b3 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 -- 2.7.4