diff options
| author | letouzey | 2008-04-16 20:40:19 +0000 |
|---|---|---|
| committer | letouzey | 2008-04-16 20:40:19 +0000 |
| commit | 99ad573113f5afc8bb5409649843567dee40ba40 (patch) | |
| tree | 60af0349abfc1aeb5847734094dabceae8979ad1 /Makefile.common | |
| parent | b6b9ea6c22107a33121cb2e7f6f89ec82d1bc7d0 (diff) | |
first-order --> firstorder (kills a warning about not being a valid id)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10805 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index 8421d397ed..bfabd8021c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -281,10 +281,10 @@ RECDEFCMO:=\ contrib/recdef/recdef.cmo FOCMO:=\ - contrib/first-order/formula.cmo contrib/first-order/unify.cmo \ - contrib/first-order/sequent.cmo contrib/first-order/rules.cmo \ - contrib/first-order/instances.cmo contrib/first-order/ground.cmo \ - contrib/first-order/g_ground.cmo + contrib/firstorder/formula.cmo contrib/firstorder/unify.cmo \ + contrib/firstorder/sequent.cmo contrib/firstorder/rules.cmo \ + contrib/firstorder/instances.cmo contrib/firstorder/ground.cmo \ + contrib/firstorder/g_ground.cmo CCCMO:=contrib/cc/ccalgo.cmo contrib/cc/ccproof.cmo contrib/cc/cctac.cmo \ contrib/cc/g_congruence.cmo |
