[llvm-branch-commits] [llvm-branch] r91759 - /llvm/branches/Apple/Zoidberg/bindings/ocaml/Makefile.ocaml

Bob Wilson bob.wilson at apple.com
Fri Dec 18 21:56:07 PST 2009


Author: bwilson
Date: Fri Dec 18 23:56:07 2009
New Revision: 91759

URL: http://llvm.org/viewvc/llvm-project?rev=91759&view=rev
Log:
$ svn merge -c 91709 https://bwilson@llvm.org/svn/llvm-project/llvm/trunk
--- Merging r91709 into '.':
U    bindings/ocaml/Makefile.ocaml

Modified:
    llvm/branches/Apple/Zoidberg/bindings/ocaml/Makefile.ocaml

Modified: llvm/branches/Apple/Zoidberg/bindings/ocaml/Makefile.ocaml
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/bindings/ocaml/Makefile.ocaml?rev=91759&r1=91758&r2=91759&view=diff

==============================================================================
--- llvm/branches/Apple/Zoidberg/bindings/ocaml/Makefile.ocaml (original)
+++ llvm/branches/Apple/Zoidberg/bindings/ocaml/Makefile.ocaml Fri Dec 18 23:56:07 2009
@@ -163,6 +163,7 @@
 	$(Verb) rm -f $(OutputLibs)
 
 install-deplibs:
+	$(Verb) $(MKDIR) $(PROJ_libocamldir)
 	$(Verb) for i in $(DestLibs:$(PROJ_libocamldir)/%=%); do \
 	  ln -sf "$(PROJ_libdir)/$$i" "$(PROJ_libocamldir)/$$i"; \
 	done





More information about the llvm-branch-commits mailing list