aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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 \