mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 13:10:42 +00:00
Quote the ocaml executables
realazthat in #llvm was having problems building llvm because configure was finding an ocaml executable in a directory with a space in it's name. This patch puts quotes around the name so that llvm can build for him. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc91bd34f1
commit
87a3b68bf7
@ -151,10 +151,10 @@ DOT := @DOT@
|
||||
DOXYGEN := @DOXYGEN@
|
||||
GROFF := @GROFF@
|
||||
GZIP := @GZIP@
|
||||
OCAMLC := @OCAMLC@
|
||||
OCAMLOPT := @OCAMLOPT@
|
||||
OCAMLDEP := @OCAMLDEP@
|
||||
OCAMLDOC := @OCAMLDOC@
|
||||
OCAMLC := "@OCAMLC@"
|
||||
OCAMLOPT := "@OCAMLOPT@"
|
||||
OCAMLDEP := "@OCAMLDEP@"
|
||||
OCAMLDOC := "@OCAMLDOC@"
|
||||
POD2HTML := @POD2HTML@
|
||||
POD2MAN := @POD2MAN@
|
||||
RUNTEST := @RUNTEST@
|
||||
|
Loading…
Reference in New Issue
Block a user