summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-03-10 15:58:40 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-03-10 15:58:40 +0000
commit7252dc0efc16111f1eed60d5e0810e5f8663b457 (patch)
tree8c580edd96b7caba6641c69414b5412f4d544150 /bindings
parent56b8f1d3ee9b4b4a73c1950740b3e80e6864480c (diff)
downloadllvm-7252dc0efc16111f1eed60d5e0810e5f8663b457.tar.gz
llvm-7252dc0efc16111f1eed60d5e0810e5f8663b457.tar.bz2
llvm-7252dc0efc16111f1eed60d5e0810e5f8663b457.tar.xz
Refresh Makefile.ocaml in objdir if it is modified in srcdir.
Patch by Erick Tryzelaar! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile
index 5f1788e33e..5ae6fe06d1 100644
--- a/bindings/ocaml/Makefile
+++ b/bindings/ocaml/Makefile
@@ -9,6 +9,7 @@
LEVEL := ../..
DIRS = llvm bitreader bitwriter analysis executionengine
+ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml
ocamldoc:
$(Verb) for i in $(DIRS) ; do \