summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-01-04 11:55:57 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-01-04 11:55:57 +0000
commit73d8967f02bd50d1dea1d0276722b9e35df96493 (patch)
tree0fc42cda00e273feba0c4ba8d30346270751c25d /llvm
parentc1d1e54fc4bdb0b0a5711cf1a6c13f2a66f0729d (diff)
downloadbcm5719-llvm-73d8967f02bd50d1dea1d0276722b9e35df96493.tar.gz
bcm5719-llvm-73d8967f02bd50d1dea1d0276722b9e35df96493.zip
Quote a path in the Ocaml makefile which is likely to include spaces on Windows.
llvm-svn: 45580
Diffstat (limited to 'llvm')
-rw-r--r--llvm/bindings/ocaml/Makefile.ocaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/ocaml/Makefile.ocaml b/llvm/bindings/ocaml/Makefile.ocaml
index 0093eb28cf6..15edb01ff32 100644
--- a/llvm/bindings/ocaml/Makefile.ocaml
+++ b/llvm/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
OpenPOWER on IntegriCloud