summaryrefslogtreecommitdiff
path: root/Makefile.in
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
commit9cb1f02d81ab57e2d34e5b0cd1ed19c42dfaefab (patch)
treef67612c12f36c8042d2a5a3cfb6eb2afd384a000 /Makefile.in
parentf4c6e88c08fb5f27377e1a98f6e53f4dcedf8f5d (diff)
Add MLTONARGS to xml/parse
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)