Do use the actual ocaml stdlib (not the install dir) to find the
[oota-llvm.git] / bindings / ocaml / Makefile.ocaml
index b157c3194eb64d0a4f81b0d2e60fb900453c0632..278b31ea3223f7d17eee562b99c15948cc9ad330 100644 (file)
@@ -14,9 +14,8 @@
 
 include $(LEVEL)/Makefile.config
 
-# CFLAGS needs to be set before Makefile.rules is included. Yes, ocaml puts its
-# includes under its libdir.
-CFLAGS += -I$(OCAML_LIBDIR)
+# CFLAGS needs to be set before Makefile.rules is included.
+CFLAGS += -I$(shell $(OCAMLC) -where)
 
 include $(LEVEL)/Makefile.common