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:
0aa885d
)
Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary
author
Daniel Dunbar
<daniel@zuster.org>
Fri, 30 Apr 2010 20:47:09 +0000
(20:47 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Fri, 30 Apr 2010 20:47:09 +0000
(20:47 +0000)
(and wrong).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102763
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 4ab9ecbbd2bf493d2647e8e128b5322d821d2cc5..887ec945a895cc5d9d89f2c74ea9b909ee95fcc2 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-1364,7
+1364,7
@@
DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
install-local:: $(DestToolAlias)
-$(DestToolAlias): $(DestTool)
$(PROJ_bindir)
+$(DestToolAlias): $(DestTool)
$(Echo) Installing $(BuildMode) $(DestToolAlias)
$(Verb) $(RM) -f $(DestToolAlias)
$(Verb) $(AliasTool) $(TOOLEXENAME) $(DestToolAlias)