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:
parent
86a4d62e37
commit
ca95609d5b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue