From: Tom Tromey Date: Thu, 8 Feb 2001 19:32:30 +0000 (+0000) Subject: updated comment X-Git-Tag: Release-1-4d~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66390fee5d76b36d06e3706c6ff85d677849d4d;p=thirdparty%2Fautomake.git updated comment --- diff --git a/tests/pr87.test b/tests/pr87.test index 6cc6e86d9..baa3cc8da 100755 --- a/tests/pr87.test +++ b/tests/pr87.test @@ -38,6 +38,7 @@ mkdir build rm missing install-sh mkinstalldirs +# Regression test for bug where `.c.o:' is followed by blank line. (while read line; do if test "$line" = ".c.o:"; then read next