Minor fixes in Makefiles for the OCaml bindings:
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Wed, 9 Nov 2011 12:00:39 +0000 (12:00 +0000)
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Wed, 9 Nov 2011 12:00:39 +0000 (12:00 +0000)
commit6f274a5e81b028baa7290dd5645e8796850e8c7a
tree9c2c20573656b715d85bd5ce3e37ed57d9fcaedb
parentb80ada98c50df226e210eabc9547101c5dee2181
Minor fixes in Makefiles for the OCaml bindings:

1. Interface files (.mli) are installed before compiled interface
   files (.cmi) to preserve timestamp relation.
2. install-meta should use $(OcamlDir) instead of $(ObjDir).
3. Declared some targets as .PHONY.

Patch by Christophe Raffalli.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144183 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/Makefile.ocaml
bindings/ocaml/llvm/Makefile