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

ChangeLog
lib/am/check.am

index 2ec5395..f71dbc2 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 efe6054..ea308e0 100644 (file)
@@ -73,4 +73,4 @@ check-TESTS: $(TESTS)
          echo "$$banner"; \
          echo "$$dashes"; \
          test "$$failed" -eq 0; \
-       fi
+       else :; fi