1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* Makefile.am (.c.x): Added missing semicolon after `false'.

This commit is contained in:
Mikael Djurfeldt 1999-09-16 11:51:02 +00:00
parent ca95609d5b
commit 95042d95f0

View file

@ -156,7 +156,7 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
SUFFIXES = .x
.c.x:
./guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|| { rm $@; false }
|| { rm $@; false; }
## Add -MG to make the .x magic work with auto-dep code.
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)