From: Peter Zotov Date: Thu, 28 Nov 2013 09:03:28 +0000 (+0000) Subject: [OCaml] Add a slash accidentally omitted from Makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8631023b5e62259bf6c23574cc7e7cd6713565b;p=oota-llvm.git [OCaml] Add a slash accidentally omitted from Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195912 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 1e9eb9f5600..f8ed841d668 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -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)