1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

* Makefile.am (.c.x): Use same rule as in libguile.

This commit is contained in:
Mikael Djurfeldt 1999-09-16 11:50:49 +00:00
parent 86a4d62e37
commit ca95609d5b

View file

@ -41,7 +41,8 @@ ice9_DATA = readline.scm
SUFFIXES = .x
.c.x:
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|| { rm $@; false; }
EXTRA_DIST = readline.scm