diff options
author | John Criswell <criswell@uiuc.edu> | 2003-07-23 16:52:50 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-07-23 16:52:50 +0000 |
commit | 8d4221eeaa14541d998a73854af7a5ef0dd9524b (patch) | |
tree | 84c9d8d8aff63f3e73213245b7b959e4959d367c /Makefile.common | |
parent | 832688a6d28c6e1a5a4f869cea00941ccb93281e (diff) |
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
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index afe6990256..c3f5af2201 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 # |