+2001-02-08 Tom Tromey <tromey@redhat.com>
+
+ * tests/pr87.test: Added check for blank line after `.c.o' rule.
+ Report from Lars J. Aas.
+
2001-02-07 Lars J. Aas <larsa@sim.no>
* lisp.am (install-@DIR@LISP): Removed extra space.
rm missing install-sh mkinstalldirs
+(while read line; do
+ if test "$line" = ".c.o:"; then
+ read next
+ if test -z "$next"; then
+ exit 1
+ fi
+ break
+ fi
+ done) < foo/Makefile.in || exit 1
+
# We use gcc and not gcc -traditional as the latter fails on some
# Linux boxes (Red Hat 5.1 in particular).
$ACLOCAL \