From 0ab94a00772671538407d955a7671bc767520658 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Wed, 5 Aug 2009 09:37:43 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1