aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-12-18 17:18:15 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-12-18 17:18:15 +0000
commitbcf7c799ace65f8f8d9bb46bfaa5e09d842f816b (patch)
tree41390420f59ede914ec7762ffb47acc4fb51ae9f /Makefile.common
parent817f27007e3ff6f537c80b0496c0379191c391d4 (diff)
Correction du bug #1745 (installation des fichiers .vo de Numbers)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10392 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 9f035453e..bc583c8a2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -699,7 +699,7 @@ INTEGERTREEMODVO:=$(INTEGERDIR)/TreeMod/ZTreeMod.vo
INTEGERVO:=$(INTEGERABSTRACTVO) $(INTEGERBINARYVO) $(INTEGERNATPAIRSVO) $(INTEGERTREEMODVO)
-NUMBERSVO:=$(NATURALVO) $(INTEGERVO)
+NUMBERSVO:= $(NUMBERSCOMMONVO) $(NATURALVO) $(INTEGERVO) $(NATINTVO)
SETOIDSVO:= theories/Setoids/Setoid_tac.vo theories/Setoids/Setoid_Prop.vo theories/Setoids/Setoid.vo