mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
add DESTDIR support for TOOLALIAS, for PR6557, patch by
Matthias Klose! llvm-svn: 98193
This commit is contained in:
parent
4c22c7a665
commit
37594c7a86
@ -1329,7 +1329,7 @@ uninstall-local::
|
||||
|
||||
# TOOLALIAS install.
|
||||
ifdef TOOLALIAS
|
||||
DestToolAlias = $(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
|
||||
DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
|
||||
|
||||
install-local:: $(DestToolAlias)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user