Quote a path in the Ocaml makefile which is likely to include spaces on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gordon Henriksen 2008-01-04 11:55:57 +00:00
parent 991500e329
commit 96a6931c0c

View 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