forked from OSchip/llvm-project
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
0c3f8d5f53
commit
1bb812e86b
|
@ -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