aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-25 15:36:23 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-25 15:36:23 +0000
commit553aec732c82168c495e81995071152457cdd3b9 (patch)
treea52cff157fefef7747e39d3bbf6f0a02d8cbc645
parentbe6383d39fc8688a40ae5d89f96e2e7808dca513 (diff)
Compatibilité ocaml 3.09
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7729 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dep b/Makefile.dep
index 542ccbcd9..93ca6dfa4 100644
--- a/Makefile.dep
+++ b/Makefile.dep
@@ -12,4 +12,4 @@ include Makefile
include .depend.camlp4
.ml4.ml:
- $(CAMLP4O) $(CAMLP4EXTENDFLAGS) pa_ifdef.cmo pr_o.cmo `$(CAMLP4DEPS) $<` -impl $< > $@ || rm -f $@
+ $(CAMLP4O) $(CAMLP4EXTENDFLAGS) pa_ifdef.cmo pr_o.cmo `$(CAMLP4DEPS) $<` $(CAMLP4COMPAT) -impl $< > $@ || rm -f $@