summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-07 19:03:35 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-07 19:03:35 +0000
commit52a4e667e8071af730c86345573e7c6b1dec734d (patch)
tree8d581e4ff7e4873e28727680647402642a3339b2
parent1a2f0432d58280f3f765c055b72afeb4f728381e (diff)
downloadbcm5719-llvm-52a4e667e8071af730c86345573e7c6b1dec734d.tar.gz
bcm5719-llvm-52a4e667e8071af730c86345573e7c6b1dec734d.zip
Use libtool, not mklib (which somehow doesn't get generated anymore)
llvm-svn: 16243
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index bd7a096fbc1..c10095fcd50 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
OpenPOWER on IntegriCloud