]> sourceware.org Git - automake.git/commitdiff
* lib/am/check.am (check-TESTS): Add an "else true" to work with
authorAkim Demaille <akim@epita.fr>
Fri, 19 Oct 2001 10:13:29 +0000 (10:13 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 19 Oct 2001 10:13:29 +0000 (10:13 +0000)
Ultrix 4.5 /bin/sh when $(TESTS) is empty.

ChangeLog
lib/am/check.am

index 2ec539528669bbf7e5e215cdc082e81d5a6afade..f71dbc2ca61240d2755979ef778a68ac031b9867 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-19  Kevin Ryde <user42@zip.com.au>
+
+       * lib/am/check.am (check-TESTS): Add an "else true" to work with
+       Ultrix 4.5 /bin/sh when $(TESTS) is empty.
+
 2001-10-16  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/Makefile.am (TESTS, XFAIL_TESTS): Add nobase.test.
index efe605400312f6a8e31e7895e322251276c52667..ea308e0375284b0832beae4b4ffa1e1a78d06595 100644 (file)
@@ -73,4 +73,4 @@ check-TESTS: $(TESTS)
          echo "$$banner"; \
          echo "$$dashes"; \
          test "$$failed" -eq 0; \
-       fi
+       else :; fi
This page took 0.029728 seconds and 5 git commands to generate.