Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32.

llvm-svn: 78185
This commit is contained in:
Anton Korobeynikov 2009-08-05 09:37:43 +00:00
parent 2a248f19bf
commit 7e6893e772

View File

@ -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)