* Makefile.am (.c.x): Added missing semicolon after `false'.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 16 Sep 1999 11:51:02 +0000 (11:51 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 16 Sep 1999 11:51:02 +0000 (11:51 +0000)
libguile/Makefile.am

index 317f825..dbd08db 100644 (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)