From: Daniel Dunbar Date: Thu, 10 Nov 2011 23:33:20 +0000 (+0000) Subject: build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57c68f972cbc97c220989167bed6b5ef902c56df;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index 27043518f30..b7edfbaeaad 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