projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f78e3c
)
add DESTDIR support for TOOLALIAS, for PR6557, patch by
author
Chris Lattner
<sabre@nondot.org>
Wed, 10 Mar 2010 21:27:53 +0000
(21:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 10 Mar 2010 21:27:53 +0000
(21:27 +0000)
Matthias Klose!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98193
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index fcddd50c3a283cf5efea15645ee216a51f7cc552..20e642a4505b621727576339daca2eec2bf3c682 100644
(file)
--- 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)