1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 20:20:24 +02:00

little stuff

This commit is contained in:
Mark Galassi 1996-12-08 20:28:36 +00:00
parent 0734d24657
commit 10f74a138b
2 changed files with 4 additions and 3 deletions

View file

@ -355,11 +355,11 @@ distclean-depend:
maintainer-clean-depend: maintainer-clean-depend:
rm -rf .deps rm -rf .deps
.deps/%.P: $(srcdir)/%.c .deps/%.P: $(srcdir)/%@EXT@
@echo "Computing dependencies for $<..." @echo "Computing dependencies for $<..."
@o='o'; \ @o='o'; \
test -n "$o" && o='$$o'; \ ONLYC test -n "$o" && o='$$o'; \
$(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@ $(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
info: info:
dvi: dvi:
check: all check: all

1
libguile/configure vendored
View file

@ -3043,6 +3043,7 @@ fi; done
EOF EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
test -z "$CONFIG_HEADER" || echo timestamp > stamp-h test -z "$CONFIG_HEADER" || echo timestamp > stamp-h