diff options
-rw-r--r-- | libguile/Makefile.in | 6 | ||||
-rwxr-xr-x | libguile/configure | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libguile/Makefile.in b/libguile/Makefile.in index aa114a64c..58c3c94bb 100644 --- a/libguile/Makefile.in +++ b/libguile/Makefile.in @@ -355,11 +355,11 @@ distclean-depend: maintainer-clean-depend: rm -rf .deps -.deps/%.P: $(srcdir)/%.c +.deps/%.P: $(srcdir)/%@EXT@ @echo "Computing dependencies for $<..." @o='o'; \ - test -n "$o" && o='$$o'; \ - $(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@ +ONLYC test -n "$o" && o='$$o'; \ + $(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@ info: dvi: check: all diff --git a/libguile/configure b/libguile/configure index 2a58555ac..7ccdecd56 100755 --- a/libguile/configure +++ b/libguile/configure @@ -3043,6 +3043,7 @@ fi; done EOF cat >> $CONFIG_STATUS <<EOF + EOF cat >> $CONFIG_STATUS <<\EOF test -z "$CONFIG_HEADER" || echo timestamp > stamp-h |