Fix build invalidation issue with GNU Make

The `HDRS` and/or `INCS` variables need to be defined in order for
`mkdeps.com` to compute build dependencies for `o//depend`. We're using
INCS here since makeint.h is the evil kind of header that isn't actually
defining a library interface but rather is a hodgepodge of common code.
This commit is contained in:
Justine Tunney 2022-05-20 14:20:54 -07:00
parent 8141988e92
commit f4fc16754a
28 changed files with 29 additions and 26 deletions

View file

@ -13,6 +13,9 @@ THIRD_PARTY_MAKE_BINS = \
THIRD_PARTY_MAKE_A = \
o/$(MODE)/third_party/make/make.a
THIRD_PARTY_MAKE_INCS = \
o/$(MODE)/third_party/make/makeint.inc
THIRD_PARTY_MAKE_CHECKS = \
$(THIRD_PARTY_MAKE_A).pkg