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

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-09-16 11:51:49 +00:00
parent 95042d95f0
commit 8cc9503dc0
4 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* Makefile.am (.c.x): Use same rule as in libguile.
1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* readline.h, readline.scm: Updated copyright notices.

View file

@ -440,7 +440,8 @@ distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean
.c.x:
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|| { rm $@; false; }
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View file

@ -1,3 +1,7 @@
1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* Makefile.am (.c.x): Added missing semicolon after `false'.
1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* print.c (scm_iprin1): Turn `write' and `display' into

View file

@ -691,7 +691,7 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
@mv libpath.tmp libpath.h
.c.x:
./guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|| { rm $@; false }
|| { rm $@; false; }
cpp_err_symbols.c: cpp_err_symbols.in
$(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_err_symbols.in > \