aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-01-19 18:33:07 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-01-19 18:33:07 +0000
commitb625a7b4a3350cc9d6e23f03e0f0ef30e61d0450 (patch)
tree3ef26724be0bcf5e965d4fc1dd33253083e11501 /Makefile
parent061fad5d12992b51a41aa593aefd99e9e820ea0b (diff)
Nouveau module pour centraliser les chemins des constantes globales utilisées dans le code de Coq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1260 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2e1e0b8d..dac1b926d 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ PRETYPING=pretyping/rawterm.cmo pretyping/detyping.cmo \
pretyping/syntax_def.cmo pretyping/pattern.cmo
PARSING=parsing/lexer.cmo parsing/coqast.cmo parsing/pcoq.cmo parsing/ast.cmo \
- parsing/astterm.cmo parsing/termast.cmo \
+ parsing/astterm.cmo parsing/termast.cmo parsing/stdlib.cmo \
parsing/g_prim.cmo parsing/g_basevernac.cmo \
parsing/g_vernac.cmo parsing/g_proofs.cmo parsing/g_tactic.cmo \
parsing/g_constr.cmo parsing/g_cases.cmo \