[OCaml] Add a slash accidentally omitted from Makefile

llvm-svn: 195912
This commit is contained in:
Peter Zotov 2013-11-28 09:03:28 +00:00
parent 3e3a3f1f85
commit e7255da917
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ endif
ifdef OCAMLSTUBS
Archive.CMXA := $(strip $(OCAMLOPT) -a $(patsubst %,-cclib %, \
$(LLVMLibsOptions) -l$(LIBRARYNAME) \
-L$(SharedLibDir) $(OCAMLRPATH))
-L$(SharedLibDir) $(OCAMLRPATH)) \
$(OCAMLDEBUGFLAG) -o)
else
Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)