aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotin2006-05-18 09:58:22 +0000
committernotin2006-05-18 09:58:22 +0000
commita9038c27410553e959b8e727bc49e265e4823884 (patch)
tree45ff04870a076011b746dcac3e66bc7667bdc20e /Makefile
parent34d3b725ba27a9ec146d649da10f709d72e6ceff (diff)
Dépendances pour List.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8828 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7925af0fe7..4be99a6023 100644
--- a/Makefile
+++ b/Makefile
@@ -962,8 +962,8 @@ SETOIDSVO=theories/Setoids/Setoid.vo
THEORIESVO =\
$(INITVO) $(LOGICVO) $(ARITHVO) $(BOOLVO) $(NARITHVO) $(ZARITHVO) \
- $(LISTSVO) $(STRINGSVO) $(SETSVO) $(FSETSVO) $(INTMAPVO) $(RELATIONSVO) \
- $(WELLFOUNDEDVO) $(REALSVO) $(SETOIDSVO) $(SORTINGVO)
+ $(SETOIDSVO) $(LISTSVO) $(STRINGSVO) $(SETSVO) $(FSETSVO) $(INTMAPVO) \
+ $(RELATIONSVO) $(WELLFOUNDEDVO) $(REALSVO) $(SORTINGVO)
THEORIESLIGHTVO = $(INITVO) $(LOGICVO) $(ARITHVO)