summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2013-01-05 18:19:20 -0500
committerGravatar Jason Gross <jgross@mit.edu>2013-01-05 18:19:20 -0500
commit6f2f8ec0725741301d9e1b498c488fa1c2aaddf5 (patch)
treef67612c12f36c8042d2a5a3cfb6eb2afd384a000 /Makefile.am
parent69a06c39e1156fc1f252af61b05af210a4475872 (diff)
Add MLTONARGS to xml/parse
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 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