summaryrefslogtreecommitdiff
path: root/language/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'language/Makefile')
-rw-r--r--language/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/language/Makefile b/language/Makefile
index 6576e3d8..f8858e31 100644
--- a/language/Makefile
+++ b/language/Makefile
@@ -10,7 +10,8 @@ l2Theory.uo: l2Script.sml
Holmake --qof -I $(OTTLIB) l2Theory.uo
l2.tex ../src/ast.ml l2Script.sml: l2.ott
- ott -ocaml_include_terminals true -o l2.tex -o l2.ml -o l2Script.sml -picky_multiple_parses true l2.ott
+ ott -sort false -generate_aux_rules false -o l2.tex -picky_multiple_parses true l2.ott
+ ott -sort false -generate_aux_rules true -ocaml_include_terminals true -o l2.ml -o l2Script.sml -picky_multiple_parses true l2.ott
#rm -f ../src/ast.ml
# chmod a-w ../src/ast.ml