diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-12-30 11:01:46 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-12-30 11:01:46 +0000 |
commit | 6dc17c669ba3bea2bdd6cc20f7c873249d92fe5c (patch) | |
tree | d63938fd264c6cc223c20cea065fda6ca03bddf6 | |
parent | f54f3725741e35420baef908145a0412a13ee82e (diff) |
Correction dépendance g_prim.ml4/q_coqast.ml4
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7763 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1282,7 +1282,7 @@ otags: # grammar modules with camlp4 ML4FILES += parsing/lexer.ml4 parsing/pcoq.ml4 parsing/q_util.ml4 \ - # parsing/q_coqast.ml4 parsing/g_prim.ml4 + parsing/q_coqast.ml4 parsing/g_prim.ml4 GRAMMARNEEDEDCMO=\ lib/pp_control.cmo lib/pp.cmo lib/compat.cmo lib/util.cmo lib/bigint.cmo \ |