mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* Makefile.in: Regenerated.
This commit is contained in:
parent
333a479127
commit
257665b528
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ ice9_sources = \
|
||||||
expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \
|
expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \
|
||||||
mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \
|
mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \
|
||||||
readline.scm regex.scm runq.scm session.scm slib.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.
|
# These should be installed, but not distributed.
|
||||||
ice9_generated = version.scm
|
ice9_generated = version.scm
|
||||||
|
|
|
@ -554,7 +554,7 @@ maintainer-clean-depend:
|
||||||
%.lo: %.c
|
%.lo: %.c
|
||||||
@echo '$(LTCOMPILE) -c $<'; \
|
@echo '$(LTCOMPILE) -c $<'; \
|
||||||
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -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
|
< .deps/$(*F).p > .deps/$(*F).P
|
||||||
@-rm -f .deps/$(*F).p
|
@-rm -f .deps/$(*F).p
|
||||||
info:
|
info:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue