aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index be3a3e1a13..7ad21c5da7 100644
--- a/Makefile
+++ b/Makefile
@@ -649,7 +649,7 @@ WELLFOUNDEDVO=\
theories/Wellfounded/Lexicographic_Product.vo
REALSBASEVO=\
- theories/Reals/Rdefinitions.vo theories/Reals/Rsyntax.vo \
+ theories/Reals/Rdefinitions.vo \
theories/Reals/Raxioms.vo theories/Reals/RIneq.vo \
theories/Reals/DiscrR.vo theories/Reals/Rbase.vo \
@@ -792,7 +792,8 @@ NEWCONTRIBVO=$(CONTRIBVO)
OBSOLETETHEORIESVO=\
theories7/Lists/PolyList.vo theories7/Lists/PolyListSyntax.vo \
theories7/ZArith/Zsyntax.vo \
- theories7/ZArith/zarith_aux.vo theories7/ZArith/fast_integer.vo
+ theories7/ZArith/zarith_aux.vo theories7/ZArith/fast_integer.vo \
+ theories7/Reals/Rsyntax.vo
OLDINITVO=$(INITVO:theories%.vo=theories7%.vo)
OLDTHEORIESVO=$(THEORIESVO:theories%.vo=theories7%.vo) $(OBSOLETETHEORIESVO)