diff options
| author | pboutill | 2012-08-08 15:13:04 +0000 |
|---|---|---|
| committer | pboutill | 2012-08-08 15:13:04 +0000 |
| commit | c182c9e8beb5c950b7c565fd1db58f63c7fa213b (patch) | |
| tree | 4e4fb1a29eeade013ec26a82d88914f4e0019fc1 /Makefile.common | |
| parent | abe2f0cd9e529fb25c85cb9c93c8c4c09e28ee02 (diff) | |
Fixup for macOS 10.8 & Ocaml 4.0
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15704 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 1ede038364..c10a02e265 100644 --- a/Makefile.common +++ b/Makefile.common @@ -71,8 +71,8 @@ CSDPCERT:=plugins/micromega/csdpcert$(EXE) SRCDIRS:=\ config tools tools/coqdoc scripts lib \ kernel kernel/byterun library proofs tactics \ - pretyping interp toplevel/utils toplevel parsing \ - printing grammar intf ide/utils ide \ + pretyping interp toplevel parsing printing \ + grammar intf ide/utils ide \ $(addprefix plugins/, \ omega romega micromega quote \ setoid_ring xml extraction fourier \ |
