diff options
| author | herbelin | 2005-12-25 15:36:23 +0000 |
|---|---|---|
| committer | herbelin | 2005-12-25 15:36:23 +0000 |
| commit | 553aec732c82168c495e81995071152457cdd3b9 (patch) | |
| tree | a52cff157fefef7747e39d3bbf6f0a02d8cbc645 | |
| parent | be6383d39fc8688a40ae5d89f96e2e7808dca513 (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.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dep b/Makefile.dep index 542ccbcd9b..93ca6dfa44 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 $@ |
