Quote a path in the Ocaml makefile which is likely to include spaces on Windows.
[oota-llvm.git] / bindings / ocaml / Makefile.ocaml
index 0093eb28cf6d7928e5dd46564ac3d492813c843a..15edb01ff322744f3b348e7f9318331cbf8b7d0b 100644 (file)
@@ -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