diff options
| author | filliatr | 2000-03-10 17:50:40 +0000 |
|---|---|---|
| committer | filliatr | 2000-03-10 17:50:40 +0000 |
| commit | b4cbe0fae967cc3f561b1f76448ba6af15a96cde (patch) | |
| tree | 86de28bd674d72b6481e0efa4ee42075753b97a3 | |
| parent | cd3be69adce23c812c968ed33ecb6ea8b43ef2ab (diff) | |
Eqdep_dec doit etre compile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@314 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -211,9 +211,9 @@ clean:: LOGICVO=theories/Logic/Classical.vo theories/Logic/Classical_Type.vo \ theories/Logic/Classical_Pred_Set.vo theories/Logic/Eqdep.vo \ - theories/Logic/Classical_Pred_Type.vo theories/Logic/Classical_Prop.vo -# theories/Logic/Eqdep_dec.vo \ - + theories/Logic/Classical_Pred_Type.vo theories/Logic/Classical_Prop.vo \ + theories/Logic/Eqdep_dec.vo + ARITHVO=theories/Arith/Arith.vo theories/Arith/Gt.vo \ theories/Arith/Between.vo theories/Arith/Le.vo \ theories/Arith/Compare.vo theories/Arith/Lt.vo \ |
