aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-26 07:44:16 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-26 07:44:16 +0000
commit8d91e19389dfb2ae64ab1ce1cf60f1ea116bbb62 (patch)
tree2bd6f6a21ee44441efbb33c71c3b403863f6815c /bindings
parente1fbd759683ed55e389881199a63d7374796d589 (diff)
downloadexternal_llvm-8d91e19389dfb2ae64ab1ce1cf60f1ea116bbb62.zip
external_llvm-8d91e19389dfb2ae64ab1ce1cf60f1ea116bbb62.tar.gz
external_llvm-8d91e19389dfb2ae64ab1ce1cf60f1ea116bbb62.tar.bz2
Remove libtool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/Makefile.ocaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml
index c8e826f..9ca9fb7 100644
--- a/bindings/ocaml/Makefile.ocaml
+++ b/bindings/ocaml/Makefile.ocaml
@@ -131,7 +131,7 @@ clean-a::
install-a:: $(LibraryA)
$(Echo) "Installing $(BuildMode) $(DestA)"
$(Verb) $(MKDIR) $(PROJ_libocamldir)
- $(Verb) $(LTInstall) $(LibraryA) $(DestA)
+ $(Verb) $(INSTALL) $(LibraryA) $(DestA)
$(Verb)
uninstall-a::