]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* libobj2.test: Error if libtu.a.P is mentioned.
authorTom Tromey <tromey@redhat.com>
Sat, 1 May 1999 13:09:13 +0000 (13:09 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 1 May 1999 13:09:13 +0000 (13:09 +0000)
tests/ChangeLog
tests/libobj2.test

index 3963f28844a5e79c7ade3e947cbad2fdcd49fa3f..34de849f91d249e9067aca172000ffb0f19a01af 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-01  Tom Tromey  <tromey@cygnus.com>
+
+       * libobj2.test: Error if libtu.a.P is mentioned.
+
 1999-04-27  Tom Tromey  <tromey@cygnus.com>
 
        * cond9.test: New file.  From Raja R Harinath.
index fa9b889d684b88083efb9a0365d0c263fa30f582..9c276f125b936f2cb62fb65fe64914e9a11fe4b8 100755 (executable)
@@ -28,4 +28,5 @@ END
 
 $AUTOMAKE || exit 1
 
+fgrep 'libtu.a.P' subdir/Makefile.in && exit 1
 grep 'fsusage\.c' subdir/Makefile.in