diff options
| author | herbelin | 2004-01-13 15:12:46 +0000 |
|---|---|---|
| committer | herbelin | 2004-01-13 15:12:46 +0000 |
| commit | 04d270a46e8c481e0b1f21904c6b25f0b7359fa0 (patch) | |
| tree | 5af4dd940fbcebbc6034218ab79b192859f50f5b /Makefile | |
| parent | 65b107d0ea8cf9e260b62ffd6ec291d0ef20ec21 (diff) | |
Suppression de Rsyntax en v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5197 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |
