From 8d4221eeaa14541d998a73854af7a5ef0dd9524b Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 23 Jul 2003 16:52:50 +0000 Subject: Renamed libtool to mklib for your tab completion pleasure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7255 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index afe6990256..c3f5af2201 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -266,9 +266,9 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION) # Libtool is found in the current directory. # ifdef VERBOSE -LIBTOOL=$(LLVM_SRC_ROOT)/libtool +LIBTOOL=$(LLVM_SRC_ROOT)/mklib else -LIBTOOL=$(LLVM_SRC_ROOT)/libtool --silent +LIBTOOL=$(LLVM_SRC_ROOT)/mklib --silent endif # -- cgit v1.2.3