aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormohring2000-11-07 17:59:12 +0000
committermohring2000-11-07 17:59:12 +0000
commita20954f5c5a26efa37a3902b50473e1a3adb6caa (patch)
treebbc45b388f15e8d09aac42274f614acf0ebeeef4 /Makefile
parent226956f8efbd0db70f9fe8762505202cd9041fe4 (diff)
Modification de la table des tactic Definitions pour eviter l'ecriture
de fonctions dans les .vo ajout de lemmes dans EqNat, Logic_Type suppression de PolyListSyntax qui redefinissait le Infix de append Recherche d'instances a reecrire dans les Cases et les FixPoint git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@820 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 de15e784f4..202eb78be2 100644
--- a/Makefile
+++ b/Makefile
@@ -257,7 +257,7 @@ 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/PolyListSyntax.vo \
+LISTSVO=theories/Lists/List.vo \
theories/Lists/ListSet.vo theories/Lists/Streams.vo \
theories/Lists/PolyList.vo theories/Lists/TheoryList.vo