aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authormsozeau2009-01-18 17:58:23 +0000
committermsozeau2009-01-18 17:58:23 +0000
commitcb738f93e74b2d11bc5a67e75cf5f6f07e676d77 (patch)
tree437672694a73f72f2d0ae9268b659e5964a08bd1 /Makefile.common
parent895fcffc774abada4677d52a7dbbb54a85cadec7 (diff)
Getting rid of the previous implementation of setoid_rewrite which was
unplugged a long time ago. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11798 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index debec248a2..d9d9f2ea0a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -215,8 +215,7 @@ TACTICS:=\
tactics/evar_tactics.cmo \
tactics/hiddentac.cmo tactics/elim.cmo \
tactics/dhyp.cmo tactics/auto.cmo \
- toplevel/ind_tables.cmo \
- tactics/setoid_replace.cmo tactics/equality.cmo \
+ toplevel/ind_tables.cmo tactics/equality.cmo \
tactics/contradiction.cmo tactics/inv.cmo tactics/leminv.cmo \
tactics/tacinterp.cmo tactics/autorewrite.cmo \
tactics/decl_interp.cmo tactics/decl_proof_instr.cmo