aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordesmettr2002-11-27 21:25:54 +0000
committerdesmettr2002-11-27 21:25:54 +0000
commit27b32839f9fd7b08dc35245de386cf656c88a489 (patch)
tree8fd73fd85d774d323de1d056e5148078b932940b /Makefile
parentbcc5b59c086d1c06a1ec03ee0bff7647338bb258 (diff)
Réorganisation de la librairie des réels
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3312 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb0eb90b90..767362ee5b 100644
--- a/Makefile
+++ b/Makefile
@@ -556,7 +556,7 @@ WELLFOUNDEDVO=theories/Wellfounded/Disjoint_Union.vo \
theories/Wellfounded/Well_Ordering.vo \
theories/Wellfounded/Lexicographic_Product.vo
-REALSBASEVO=theories/Reals/TypeSyntax.votheories/Reals/ \
+REALSBASEVO=theories/Reals/TypeSyntax.vo \
theories/Reals/Rdefinitions.vo theories/Reals/Rsyntax.vo \
theories/Reals/Raxioms.vo theories/Reals/Rbase.vo \
theories/Reals/DiscrR.vo theories/Reals/RealsB.vo \