aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-06-20 09:35:09 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-06-20 09:35:09 +0000
commit12ca0c207832ee3138c3015726b4f7e615887cc5 (patch)
treef8e74f474f10dc9c4c6f8cb27306c936f5a3f74c
parentb86c29685acb8e956e0cd5df81f8b276b9c2e02a (diff)
Install compat5 module with grammar.cma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15456 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ea6a810dd..a9a87e2f0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -160,7 +160,7 @@ CORECMA:=lib/clib.cma lib/lib.cma kernel/kernel.cma library/library.cma \
printing/printing.cma parsing/parsing.cma tactics/tactics.cma \
toplevel/toplevel.cma parsing/highparsing.cma tactics/hightactics.cma
-GRAMMARCMA:=grammar/grammar.cma
+GRAMMARCMA:=tools/compat5.cmo grammar/grammar.cma
OMEGACMA:=plugins/omega/omega_plugin.cma
ROMEGACMA:=plugins/romega/romega_plugin.cma