From: Brian Gaeke Date: Tue, 7 Sep 2004 19:03:35 +0000 (+0000) Subject: Use libtool, not mklib (which somehow doesn't get generated anymore) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67f93491759a96cb7b90aec78e0d8b58993a51fa;p=oota-llvm.git Use libtool, not mklib (which somehow doesn't get generated anymore) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16243 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index bd7a096fbc1..c10095fcd50 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -210,7 +210,7 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION) # # Libtool is found in the current directory. # -LIBTOOL := $(LLVM_OBJ_ROOT)/mklib +LIBTOOL := $(LLVM_OBJ_ROOT)/libtool # # If we're not building a shared library, use the disable-shared tag with