Update the script to generate mklib instead of libtool.

llvm-svn: 16421
This commit is contained in:
Reid Spencer 2004-09-20 01:41:24 +00:00
parent f184a86f05
commit 3ed4d9f7e9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ no_glob_subst='s/\*/\\\*/g'
rm="rm -f"
# Global variables:
default_ofile=libtool
default_ofile=mklib
can_build_shared=yes
# All known linkers require a `.a' archive for static linking (except M$VC,