diff options
author | Mark Galassi <mark+savannah@galassi.org> | 1996-12-08 20:28:36 +0000 |
---|---|---|
committer | Mark Galassi <mark+savannah@galassi.org> | 1996-12-08 20:28:36 +0000 |
commit | 10f74a138bc3bb3a7c473a97acf394d7d3c84eb9 (patch) | |
tree | 69fd4d9ad69c017191744bef3451b6cd1d1b808f | |
parent | 0734d24657f7f644c567dca1dce9a51809394171 (diff) | |
download | guile-10f74a138bc3bb3a7c473a97acf394d7d3c84eb9.tar.gz |
little stuff
-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 |