aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2006-03-18 15:31:42 +0000
committerherbelin2006-03-18 15:31:42 +0000
commit10fe13c66c704c827dc0b3ef0739a72fbc77c78d (patch)
tree47e5c63d63dd9e03af3ffc6da0b13251579a46ec
parentf9975b8f2b50c91f2bbe4e626a3717469c7dff96 (diff)
Bug BYTEFLAGS pour compilation bin/parser
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8646 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9063527728..c3aa919158 100644
--- a/Makefile
+++ b/Makefile
@@ -728,7 +728,7 @@ PARSERCMX= $(PARSERREQUIRESCMX) $(PARSERCODE:.cmo=.cmx)
bin/parser$(EXE): $(PARSERCMO)
$(SHOW)'OCAMLC -o $@'
- $(HIDE)$(OCAMLC) -linkall -custom -cclib -lunix $(OPTFLAGS) -o $@ \
+ $(HIDE)$(OCAMLC) -linkall -custom -cclib -lunix $(BYTEFLAGS) -o $@ \
dynlink.cma $(CMA) $(PARSERCMO)
bin/parser.opt$(EXE): $(PARSERCMX)