Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32.
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 5 Aug 2009 09:37:43 +0000 (09:37 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 5 Aug 2009 09:37:43 +0000 (09:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78185 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 6fe68681b1e8d4c1aee840965842a60c29065252..5a5544cc21aa8cdf6d0efb6e2c71b87b9548da57 100644 (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)