aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2010-03-11 23:47:58 +0000
committerTanya Lattner <tonic@nondot.org>2010-03-11 23:47:58 +0000
commitd78e2aaff20f07e0b2fe43e7a3e1dadd3b457801 (patch)
tree40787e84b6795ca93f8d36ad5750ad7357902c33
parentdfbd083efb3c04c5523f6c5b7277e2f67f998c12 (diff)
Merge r98193 from mainline.
add DESTDIR support for TOOLALIAS, for PR6557, patch by Matthias Klose! git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@98303 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index fcddd50c3a..20e642a450 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1329,7 +1329,7 @@ uninstall-local::
# TOOLALIAS install.
ifdef TOOLALIAS
-DestToolAlias = $(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
+DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
install-local:: $(DestToolAlias)