summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-05 09:37:43 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-05 09:37:43 +0000
commit0ab94a00772671538407d955a7671bc767520658 (patch)
treea52ec5088815f2dd812d6987d8e2cd50b63e17c5 /Makefile.rules
parent26964b6dc1fb1d3335b4c80c76bac7cb6103085c (diff)
downloadllvm-0ab94a00772671538407d955a7671bc767520658.tar.gz
llvm-0ab94a00772671538407d955a7671bc767520658.tar.bz2
llvm-0ab94a00772671538407d955a7671bc767520658.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 6fe68681b1..5a5544cc21 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)