Correct lld llvm-tblgen dependency file name

This commit is contained in:
Ed Maste 2016-11-25 01:24:35 +00:00
parent 1cf56d672d
commit 28a116bab4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309126

View File

@ -55,7 +55,7 @@ LLVM_TBLGEN?= llvm-tblgen
ELF/Options.inc: ${LLD_SRCS}/ELF/Options.td
${LLVM_TBLGEN} -gen-opt-parser-defs \
-I ${LLVM_SRCS}/include \
-d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \
-d ${.TARGET:C/$/.d/} -o ${.TARGET} \
${LLVM_SRCS}/tools/lld/ELF/Options.td
TGHDRS+= ELF/Options.inc