aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwerner2001-09-25 09:59:00 +0000
committerwerner2001-09-25 09:59:00 +0000
commit22954faf5118b9c58e7338555cff77f3176beba9 (patch)
tree92979fcd44c0642df6c38cdfbd52fe7d46c93da5
parent7b56283ddc0c2b3be8ab4a76a451eac6319d4235 (diff)
correctiontypo SETOIDSVO
BW git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2065 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39e61a6113..0c0d4d3eb9 100644
--- a/Makefile
+++ b/Makefile
@@ -440,7 +440,7 @@ REALSVO=theories/Reals/TypeSyntax.vo \
theories/Reals/Rseries.vo theories/Reals/Rtrigo_fun.vo \
theories/Reals/Reals.vo
-SETOIDSVO=theories/Setoids/Setoid.v
+SETOIDSVO=theories/Setoids/Setoid.vo
THEORIESVO = $(LOGICVO) $(ARITHVO) $(BOOLVO) $(ZARITHVO) $(LISTSVO) \
$(SETSVO) $(INTMAPVO) $(RELATIONSVO) $(WELLFOUNDEDVO) \