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: https://sourceware.org/git/?a=commitdiff_plain;h=411ba6a2d0e83874654785a2d312c01f743ce3e7;p=automake.git updated comment --- diff --git a/tests/pr87.test b/tests/pr87.test index 6cc6e86d..baa3cc8d 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