Quote a path in the Ocaml makefile which is likely to include spaces on Windows.
authorGordon Henriksen <gordonhenriksen@mac.com>
Fri, 4 Jan 2008 11:55:57 +0000 (11:55 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Fri, 4 Jan 2008 11:55:57 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45580 91177308-0d34-0410-b5e6-96231b3b80d8

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