aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ide
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.ide')
-rw-r--r--Makefile.ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.ide b/Makefile.ide
index c50e42341..21821bfea 100644
--- a/Makefile.ide
+++ b/Makefile.ide
@@ -96,7 +96,7 @@ $(COQIDEBYTE): $(LINKIDE)
ide/coqide_main.ml: ide/coqide_main.ml4 config/Makefile # no camlp4deps here
$(SHOW)'CAMLP4O $<'
- $(HIDE)$(CAMLP4O) $(CAMLP4FLAGS) $(PR_O) $(CAMLP4USE) -D$(IDEINT) -impl $< -o $@
+ $(HIDE)$(CAMLP4O) -I $(MYCAMLP4LIB) $(PR_O) $(CAMLP4USE) -D$(IDEINT) -impl $< -o $@
ide/%.cmi: ide/%.mli