* tests/suffix8.test: Add explicit dependencies.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 17 Sep 2002 17:40:14 +0000 (17:40 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 17 Sep 2002 17:40:14 +0000 (17:40 +0000)
* tests/texinfo13.test, tests/texinfo16.test: Require tex.

ChangeLog
tests/suffix8.test
tests/texinfo13.test
tests/texinfo16.test

index 65f21a7..4eb44eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-17  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/suffix8.test: Add explicit dependencies.
+       * tests/texinfo13.test, tests/texinfo16.test: Require tex.
+
 2002-09-16  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in, m4/init.m4, NEWS: Require Autoconf 2.54.
index 519a19a..d98a8bb 100755 (executable)
@@ -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
index 6ef2a26..978332c 100755 (executable)
@@ -21,7 +21,7 @@
 # Check for subdir Texinfo.
 # PR/343
 
-required='makeinfo'
+required='makeinfo tex'
 . ./defs || exit 1
 
 set -e
index 3765eb0..93351b3 100755 (executable)
@@ -20,7 +20,7 @@
 
 # Check that info files are built in $(srcdir).
 
-required='makeinfo'
+required='makeinfo tex'
 . ./defs || exit 1
 
 set -e