mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 13:10:42 +00:00
Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26964b6dc1
commit
0ab94a0077
@ -1212,7 +1212,7 @@ install-local::
|
||||
uninstall-local::
|
||||
$(Echo) Uninstall circumvented with NO_INSTALL
|
||||
else
|
||||
DestTool = $(PROJ_bindir)/$(TOOLNAME)
|
||||
DestTool = $(PROJ_bindir)/$(TOOLNAME)$(EXEEXT)
|
||||
|
||||
install-local:: $(DestTool)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user