summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 590fab1222..ec24862ad6 100644
--- a/Makefile
+++ b/Makefile
@@ -102,11 +102,6 @@ endif
ifeq ($(LLVM_CROSS_COMPILING),1)
all:: cross-compile-build-tools
-install:: $(DESTDIR)$(PROJ_bindir)
- $(Echo) Installing llvm-config-host
- $(Verb) $(ProgInstall) $(BuildLLVMToolDir)/llvm-config \
- $(DESTDIR)$(PROJ_bindir)/llvm-config-host
-
clean::
$(Verb) rm -rf BuildTools