aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorherbelin2008-06-02 09:01:38 +0000
committerherbelin2008-06-02 09:01:38 +0000
commitc076bdf8b80da7de215b26934cc6e9a8d0916837 (patch)
tree49eece3e17dcca598dc101554369dfd56234a28c /Makefile.build
parentc85a4e0037cfc5a112e15bce28b4132dbdf3620b (diff)
Petites corrections diverses :
- bug d'installation (coq_config.cmo était installé une 2ème fois au lieu d'installer coq_config.cmx) - suite nettoyage configure, option reals - ajout d'une option "only parsing" oubliée dans Peano.v git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11035 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 23fdf24cda..8a6bf2df4e 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -657,7 +657,7 @@ install-library:
$(MKDIR) $(FULLCOQLIB)/states
cp states/*.coq $(FULLCOQLIB)/states
$(MKDIR) $(FULLCOQLIB)/user-contrib
- cp $(LINKCMO) $(LINKCMOCMXA) $(GRAMMARCMA) $(FULLCOQLIB)
+ cp $(LINKCMO) $(LINKCMX) $(GRAMMARCMA) $(FULLCOQLIB)
install-library-light:
$(MKDIR) $(FULLCOQLIB)