Skip to content

Commit 6e1a72f

Browse files
committed
Merge r98193 from mainline.
add DESTDIR support for TOOLALIAS, for PR6557, patch by Matthias Klose! llvm-svn: 98303
1 parent 2e7c26b commit 6e1a72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ uninstall-local::
13291329

13301330
# TOOLALIAS install.
13311331
ifdef TOOLALIAS
1332-
DestToolAlias = $(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
1332+
DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
13331333

13341334
install-local:: $(DestToolAlias)
13351335

0 commit comments

Comments
 (0)