From 52a4e667e8071af730c86345573e7c6b1dec734d Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 7 Sep 2004 19:03:35 +0000 Subject: [PATCH] Use libtool, not mklib (which somehow doesn't get generated anymore) llvm-svn: 16243 --- llvm/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index bd7a096fbc1e..c10095fcd50c 100644 --- a/llvm/Makefile.rules +++ b/llvm/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