From c3badf02bbf6259d6de0db37fb2ebb25e7f87f06 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 11 Jan 1999 06:49:48 +0000 Subject: [PATCH] * Makefile.in: This changed, for some reason I don't really understand, when I ran automake in the top level directory. This may be contamination by Cygnus internal releases. If you re-run automake and this change gets reverted, don't worry about it. --- libguile/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/Makefile.in b/libguile/Makefile.in index 1298a1578..0c66e01cf 100644 --- a/libguile/Makefile.in +++ b/libguile/Makefile.in @@ -556,7 +556,7 @@ maintainer-clean-depend: %.lo: %.c @echo '$(LTCOMPILE) -c $<'; \ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $< - @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \ + @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o:/' \ < .deps/$(*F).p > .deps/$(*F).P @-rm -f .deps/$(*F).p info: