]> sourceware.org Git - automake.git/commitdiff
* empty2.test: Also look for `pavel.o'.
authorTom Tromey <tromey@redhat.com>
Tue, 13 Jul 1999 13:44:26 +0000 (13:44 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 13 Jul 1999 13:44:26 +0000 (13:44 +0000)
tests/ChangeLog
tests/empty2.test

index 715febf18e7a3087bab2688a652c5806459f5bad..844c981a0e9cea7b583bd3061e19a08bdcb66875 100644 (file)
@@ -1,5 +1,7 @@
 1999-07-13  Tom Tromey  <tromey@cygnus.com>
 
+       * empty2.test: Also look for `pavel.o'.
+
        * empty2.test: New file.
        * Makefile.am (TESTS): Added empty2.test.
 
index 31e9799b0abcc4ebd2cfaa9a336b899d3f05ca41..d15cbc68366b9a8ed4739f37855c7dd64318069f 100755 (executable)
@@ -16,5 +16,5 @@ END
 
 $AUTOMAKE || exit 1
 
-fgrep pavel.c Makefile.in && exit 1
+grep 'pavel\.[co]' Makefile.in && exit 1
 exit 0
This page took 0.028695 seconds and 5 git commands to generate.