aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-30 11:01:46 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-30 11:01:46 +0000
commit6dc17c669ba3bea2bdd6cc20f7c873249d92fe5c (patch)
treed63938fd264c6cc223c20cea065fda6ca03bddf6
parentf54f3725741e35420baef908145a0412a13ee82e (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c01b4ee77..e462452d6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \