aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-28 11:55:09 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-28 11:55:09 +0000
commitd6415df7d4fa35f14f418d2e6cd3e0516fcc263c (patch)
tree9d1eb3dba76edaa9c33b137e35a8d5e1ef5220ec /Makefile
parente73fb5ac16269bb92d90dd9479822bd0ee0a5162 (diff)
Rajout de PolyListSyntax aussi dans Makefile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@998 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 c60a08eb3..a1c375376 100644
--- a/Makefile
+++ b/Makefile
@@ -263,8 +263,8 @@ ZARITHVO=theories/Zarith/Wf_Z.vo theories/Zarith/Zsyntax.vo \
theories/Zarith/ZArith_dec.vo theories/Zarith/fast_integer.vo \
theories/Zarith/Zmisc.vo theories/Zarith/zarith_aux.vo
-LISTSVO=theories/Lists/List.vo \
- theories/Lists/ListSet.vo theories/Lists/Streams.vo \
+LISTSVO=theories/Lists/List.vo theories/Lists/PolyListSyntax.vo \
+ theories/Lists/ListSet.vo theories/Lists/Streams.vo \
theories/Lists/PolyList.vo theories/Lists/TheoryList.vo
SETSVO=theories/Sets/Classical_sets.vo theories/Sets/Permut.vo \