From 57c68f972cbc97c220989167bed6b5ef902c56df Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 10 Nov 2011 23:33:20 +0000 Subject: 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') 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 -- cgit v1.2.3