summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 23:33:20 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 23:33:20 +0000
commit57c68f972cbc97c220989167bed6b5ef902c56df (patch)
treeafdc3d1e3c638930e1bed8df06edf8496f3ca00b /Makefile.rules
parentdcd33e40b814d18bd1a4d406ec67c082d73cc2cf (diff)
downloadllvm-57c68f972cbc97c220989167bed6b5ef902c56df.tar.gz
llvm-57c68f972cbc97c220989167bed6b5ef902c56df.tar.bz2
llvm-57c68f972cbc97c220989167bed6b5ef902c56df.tar.xz
build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable
now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144335 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 27043518f3..b7edfbaeaa 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -516,7 +516,7 @@ ifndef LLVM_TBLGEN
LLVM_TBLGEN := $(LLVMToolDir)/llvm-tblgen$(EXEEXT)
endif
endif
-LLVM_CONFIG := $(LLVMToolDir)/llvm-config-2
+LLVM_CONFIG := $(LLVMToolDir)/llvm-config-2$(EXEEXT)
ifndef LLVMLD
LLVMLD := $(LLVMToolDir)/llvm-ld$(EXEEXT)
endif