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.build | |
| 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.build')
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index b4880e1240..ffe6a22490 100644 --- a/Makefile.build +++ b/Makefile.build @@ -64,7 +64,7 @@ LOCALINCLUDES=-I config -I tools -I tools/coqdoc \ -I contrib/xml -I contrib/extraction \ -I contrib/interface -I contrib/fourier \ -I contrib/jprover -I contrib/cc \ - -I contrib/funind -I contrib/first-order \ + -I contrib/funind -I contrib/firstorder \ -I contrib/field -I contrib/subtac -I contrib/rtauto \ -I contrib/recdef |
