Make sure we trigger generation of headers

This commit is contained in:
Simon J. Gerraty 2013-10-12 23:32:48 +00:00
parent dafd85b401
commit e97689cb24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=256402

View File

@ -196,3 +196,7 @@ Checkers.inc.h: ${CLANG_SRCS}/lib/StaticAnalyzer/Checkers/Checkers.td \
SRCS+= ${TGHDRS:C/$/.inc.h/}
DPADD+= ${TGHDRS:C/$/.inc.h/}
CLEANFILES+= ${TGHDRS:C/$/.inc.h/}
# if we are not doing explicit 'make depend', there is
# nothing to cause these to be generated.
beforebuild: ${SRCS:M*.inc.h}