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