From: Tom Tromey Date: Tue, 13 Jul 1999 13:44:27 +0000 (+0000) Subject: * empty2.test: Also look for `pavel.o'. X-Git-Tag: Release-1-4b~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0501e4acb2082c4ac58093889e679a687a0567e3;p=thirdparty%2Fautomake.git * empty2.test: Also look for `pavel.o'. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 715febf18..844c981a0 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 1999-07-13 Tom Tromey + * empty2.test: Also look for `pavel.o'. + * empty2.test: New file. * Makefile.am (TESTS): Added empty2.test. diff --git a/tests/empty2.test b/tests/empty2.test index 31e9799b0..d15cbc683 100755 --- a/tests/empty2.test +++ b/tests/empty2.test @@ -16,5 +16,5 @@ END $AUTOMAKE || exit 1 -fgrep pavel.c Makefile.in && exit 1 +grep 'pavel\.[co]' Makefile.in && exit 1 exit 0