diff options
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 # |