[PATCH] OCaml bindings: fix typo

Peter Zotov whitequark at whitequark.org
Sat Oct 12 09:11:49 PDT 2013


http://llvm-reviews.chandlerc.com/D1913

Files:
  bindings/ocaml/Makefile.ocaml
  bindings/ocaml/llvm/Makefile

Index: bindings/ocaml/Makefile.ocaml
===================================================================
--- bindings/ocaml/Makefile.ocaml
+++ bindings/ocaml/Makefile.ocaml
@@ -67,7 +67,7 @@
 Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
 
 ifdef OCAMLOPT
-Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
+Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
 else
 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
 endif
Index: bindings/ocaml/llvm/Makefile
===================================================================
--- bindings/ocaml/llvm/Makefile
+++ bindings/ocaml/llvm/Makefile
@@ -14,7 +14,7 @@
 LEVEL := ../../..
 LIBRARYNAME := llvm
 UsedComponents := core
-UsedOcamLibs := llvm
+UsedOcamlLibs := llvm
 
 include ../Makefile.ocaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1913.1.patch
Type: text/x-patch
Size: 936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131012/3f278b9c/attachment.bin>


More information about the llvm-commits mailing list