aboutsummaryrefslogtreecommitdiffstats
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
commitfffdd94b58caf44937ee4f9ca1c0f658dcaadd7e (patch)
treea52ec5088815f2dd812d6987d8e2cd50b63e17c5 /Makefile.rules
parent33f97a6d24d61588fb7fe3d2c7517cfab34a13ab (diff)
downloadexternal_llvm-fffdd94b58caf44937ee4f9ca1c0f658dcaadd7e.zip
external_llvm-fffdd94b58caf44937ee4f9ca1c0f658dcaadd7e.tar.gz
external_llvm-fffdd94b58caf44937ee4f9ca1c0f658dcaadd7e.tar.bz2
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 6fe6868..5a5544c 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)