From: Anton Korobeynikov Date: Wed, 5 Aug 2009 09:37:43 +0000 (+0000) Subject: Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ab94a00772671538407d955a7671bc767520658;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index 6fe68681b1e..5a5544cc21a 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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)