diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 8ab8ab654..88a65455c 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -96,7 +96,7 @@ ice9_sources = \ expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \ mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \ readline.scm regex.scm runq.scm session.scm slib.scm \ - string-fun.scm syncase.scm tags.scm threads.scm setf.scm + string-fun.scm syncase.scm tags.scm threads.scm # These should be installed, but not distributed. ice9_generated = version.scm diff --git a/libguile/Makefile.in b/libguile/Makefile.in index b152cbcc6..245ac9622 100644 --- a/libguile/Makefile.in +++ b/libguile/Makefile.in @@ -554,7 +554,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: