mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32.
llvm-svn: 78185
This commit is contained in:
parent
2a248f19bf
commit
7e6893e772
@ -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