summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 24b1eca3..fd30e4fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,7 @@ xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-s
xml/parse >xml/entities.sml
xml/parse: xml/parse.sml
- $(MLTON) xml/parse.sml
+ $(MLTON) $(MLTONARGS) xml/parse.sml
install-exec-emacs:
if USE_EMACS
diff --git a/Makefile.in b/Makefile.in
index 0514f3c8..a4959d3a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -792,7 +792,7 @@ xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-s
xml/parse >xml/entities.sml
xml/parse: xml/parse.sml
- $(MLTON) xml/parse.sml
+ $(MLTON) $(MLTONARGS) xml/parse.sml
install-exec-emacs:
@USE_EMACS_TRUE@ mkdir -p $(DESTDIR)$(SITELISP)