automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fixes for 3 test cases


From: Alexandre Duret-Lutz
Subject: FYI: fixes for 3 test cases
Date: 17 Sep 2002 19:39:43 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm installing this.

This should fix three failures reported by Paul.

2002-09-17  Alexandre Duret-Lutz  <address@hidden>

        * tests/suffix8.test: Add explicit dependencies.
        * tests/texinfo13.test, tests/texinfo16.test: Require tex.

Index: tests/suffix8.test
===================================================================
RCS file: /cvs/automake/automake/tests/suffix8.test,v
retrieving revision 1.2
diff -u -r1.2 suffix8.test
--- tests/suffix8.test  8 Sep 2002 13:07:56 -0000       1.2
+++ tests/suffix8.test  17 Sep 2002 17:38:32 -0000
@@ -50,6 +50,11 @@
 .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: tests/texinfo13.test
===================================================================
RCS file: /cvs/automake/automake/tests/texinfo13.test,v
retrieving revision 1.3
diff -u -r1.3 texinfo13.test
--- tests/texinfo13.test        8 Sep 2002 13:07:56 -0000       1.3
+++ tests/texinfo13.test        17 Sep 2002 17:38:32 -0000
@@ -21,7 +21,7 @@
 # Check for subdir Texinfo.
 # PR/343
 
-required='makeinfo'
+required='makeinfo tex'
 . ./defs || exit 1
 
 set -e
Index: tests/texinfo16.test
===================================================================
RCS file: /cvs/automake/automake/tests/texinfo16.test,v
retrieving revision 1.3
diff -u -r1.3 texinfo16.test
--- tests/texinfo16.test        8 Sep 2002 13:07:56 -0000       1.3
+++ tests/texinfo16.test        17 Sep 2002 17:38:32 -0000
@@ -20,7 +20,7 @@
 
 # Check that info files are built in $(srcdir).
 
-required='makeinfo'
+required='makeinfo tex'
 . ./defs || exit 1
 
 set -e
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]