Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Merge r98193 from mainline.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tanya Lattner committed Mar 11, 2010
1 parent dfbd083 commit d78e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Expand Up @@ -1329,7 +1329,7 @@ uninstall-local::

# TOOLALIAS install.
ifdef TOOLALIAS
DestToolAlias = $(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)

install-local:: $(DestToolAlias)

Expand Down

0 comments on commit d78e2aa

Please sign in to comment.