1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +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:
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

1
libguile/configure vendored
View file

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