diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-26 07:44:16 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-26 07:44:16 +0000 |
commit | a15dc035a6d4153bece7a067e037e5d6f5d58b16 (patch) | |
tree | 2bd6f6a21ee44441efbb33c71c3b403863f6815c /bindings | |
parent | 11398993d39c789292421508d7446f667939a0d5 (diff) |
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.ocaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index c8e826f77e..9ca9fb742a 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:: |