aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/llvm-cxxfilt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llvm-cxxfilt/Makefile')
-rw-r--r--usr.bin/clang/llvm-cxxfilt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/clang/llvm-cxxfilt/Makefile b/usr.bin/clang/llvm-cxxfilt/Makefile
index a61e32db9aa7..073316b7b4a7 100644
--- a/usr.bin/clang/llvm-cxxfilt/Makefile
+++ b/usr.bin/clang/llvm-cxxfilt/Makefile
@@ -19,6 +19,8 @@ ${INCFILE}: ${TDFILE}
-o ${.TARGET} ${TDFILE}
TGHDRS+= ${INCFILE}
+${TGHDRS}: ${LLVM_TBLGEN_BIN}
+
DEPENDFILES+= ${TGHDRS:C/$/.d/}
DPSRCS+= ${TGHDRS}
CLEANFILES+= ${TGHDRS} ${TGHDRS:C/$/.d/}