* Makefile: Avoid an error about unexisting `scm'.
[elisp/flim.git] / Makefile
index 641ad4c..e93cd7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,4 +51,4 @@ release:
                ln -s ../flim/$(PACKAGE)-$(VERSION).tar.gz .
 
 ew-parse.el: ew-parse.scm lalr-el.scm
-       scm -f lalr-el.scm -f ew-parse.scm > states.output
+       -scm -f lalr-el.scm -f ew-parse.scm > states.output