aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-01-06 21:54:35 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-01-06 21:54:35 +0000
commit099688622c0d888df945cf4b3bc4c52ef414ef3b (patch)
tree1f93e2efb67bb3aef4d2d6dcf36a61964b5f2f86 /bindings/ocaml
parent21003c8d58f2475adb2f0b8d2f0dd056ccf4fc5b (diff)
downloadexternal_llvm-099688622c0d888df945cf4b3bc4c52ef414ef3b.zip
external_llvm-099688622c0d888df945cf4b3bc4c52ef414ef3b.tar.gz
external_llvm-099688622c0d888df945cf4b3bc4c52ef414ef3b.tar.bz2
Modify Makefile.rules to allow makefiles to prepend to C.Flags and
fiends. Change Makefile.ocaml to not touch CFLAGS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml')
-rw-r--r--bindings/ocaml/Makefile.ocaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml
index 15edb01..6fc9a9a 100644
--- a/bindings/ocaml/Makefile.ocaml
+++ b/bindings/ocaml/Makefile.ocaml
@@ -20,7 +20,8 @@
include $(LEVEL)/Makefile.config
# CFLAGS needs to be set before Makefile.rules is included.
-CFLAGS += -I"$(shell $(OCAMLC) -where)"
+CXX.Flags += -I"$(shell $(OCAMLC) -where)"
+C.Flags += -I"$(shell $(OCAMLC) -where)"
include $(LEVEL)/Makefile.common