diff options
| author | herbelin | 2009-01-10 22:37:15 +0000 |
|---|---|---|
| committer | herbelin | 2009-01-10 22:37:15 +0000 |
| commit | db6363f65f8c68ccadd39effe76a5142c8ee1acd (patch) | |
| tree | 4f7967725385a884fb51b17c1833e655e5180d30 /Makefile.common | |
| parent | ee2110587e91f288bcae62e9f837f99079dfaf2a (diff) | |
- Fixed the recompilation of config/revision.ml once every two conmpilations.
- Fixed an error message in configure
- Support for filenames with spaces in coqmktop
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11772 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index c679b45e46..0642c5ce25 100644 --- a/Makefile.common +++ b/Makefile.common @@ -494,7 +494,7 @@ GRAMMARSCMO:=\ parsing/g_prim.cmo parsing/g_tactic.cmo \ parsing/g_ltac.cmo parsing/g_constr.cmo -GRAMMARCMO:=$(CONFIG) $(GRAMMARNEEDEDCMO) $(CAMLP4EXTENSIONSCMO) $(GRAMMARSCMO) +GRAMMARCMO:=config/coq_config.cmo $(GRAMMARNEEDEDCMO) $(CAMLP4EXTENSIONSCMO) $(GRAMMARSCMO) GRAMMARCMA:=parsing/grammar.cma |
