mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-18 07:31:21 +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. llvm-svn: 48974
This commit is contained in:
parent
5d9ba35723
commit
fbddbaf115
@ -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…
x
Reference in New Issue
Block a user