*** empty log message ***
This commit is contained in:
parent
95042d95f0
commit
8cc9503dc0
4 changed files with 11 additions and 2 deletions
|
|
@ -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>
|
1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
* readline.h, readline.scm: Updated copyright notices.
|
* readline.h, readline.scm: Updated copyright notices.
|
||||||
|
|
|
||||||
|
|
@ -440,7 +440,8 @@ distclean-generic clean-generic maintainer-clean-generic clean \
|
||||||
mostlyclean distclean maintainer-clean
|
mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
.c.x:
|
.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.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
|
||||||
|
|
@ -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>
|
1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
* print.c (scm_iprin1): Turn `write' and `display' into
|
* print.c (scm_iprin1): Turn `write' and `display' into
|
||||||
|
|
|
||||||
|
|
@ -691,7 +691,7 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@mv libpath.tmp libpath.h
|
@mv libpath.tmp libpath.h
|
||||||
.c.x:
|
.c.x:
|
||||||
./guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|
./guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|
||||||
|| { rm $@; false }
|
|| { rm $@; false; }
|
||||||
|
|
||||||
cpp_err_symbols.c: cpp_err_symbols.in
|
cpp_err_symbols.c: cpp_err_symbols.in
|
||||||
$(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_err_symbols.in > \
|
$(AWK) -f $(srcdir)/cpp_cnvt.awk < $(srcdir)/cpp_err_symbols.in > \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue