X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=bindings%2Focaml%2FMakefile.ocaml;h=15edb01ff322744f3b348e7f9318331cbf8b7d0b;hb=96a6931c0ced19636c9ace95755034c93ce5da86;hp=0093eb28cf6d7928e5dd46564ac3d492813c843a;hpb=991500e329b419fca3aa547329a34b04e2028ef1;p=oota-llvm.git diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 0093eb28cf6..15edb01ff32 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -20,7 +20,7 @@ include $(LEVEL)/Makefile.config # CFLAGS needs to be set before Makefile.rules is included. -CFLAGS += -I$(shell $(OCAMLC) -where) +CFLAGS += -I"$(shell $(OCAMLC) -where)" include $(LEVEL)/Makefile.common