Remove libtool.
[oota-llvm.git] / bindings / ocaml / Makefile.ocaml
index c8e826f77e995cc8739c4791ca16f77e17c47082..9ca9fb742a9dc3ce2e032e7f8ccbd545f70df6b4 100644 (file)
@@ -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::