From: Tom Tromey Date: Sat, 1 May 1999 13:09:13 +0000 (+0000) Subject: * libobj2.test: Error if libtu.a.P is mentioned. X-Git-Tag: merging-into-user-dep-gen~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940506501b7b0acdba97ea67e6ceaca155457f5a;p=thirdparty%2Fautomake.git * libobj2.test: Error if libtu.a.P is mentioned. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 3963f2884..34de849f9 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-05-01 Tom Tromey + + * libobj2.test: Error if libtu.a.P is mentioned. + 1999-04-27 Tom Tromey * cond9.test: New file. From Raja R Harinath. diff --git a/tests/libobj2.test b/tests/libobj2.test index fa9b889d6..9c276f125 100755 --- a/tests/libobj2.test +++ b/tests/libobj2.test @@ -28,4 +28,5 @@ END $AUTOMAKE || exit 1 +fgrep 'libtu.a.P' subdir/Makefile.in && exit 1 grep 'fsusage\.c' subdir/Makefile.in