mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dirs.mk: Make dirs-all.done depend on headers, not BUILD_HDRDIR
BUILD_HDRDIR changes its timestamp also on accessing it, so the headers are a better choice to prevent misfires. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7584c4b7a3
commit
7e18e754db
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ ifneq ($(DONT_CHECK_PREREQ_DONE),true)
|
|||
endif
|
||||
|
||||
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||
dirs-all.done: $(wildcard $(BUILD_HDRDIR))
|
||||
dirs-all.done: $(wildcard $(BUILD_HDRDIR)/*.h) $(wildcard $(BUILD_HDRDIR)/$(HDRDIR_SCOPE_PREFIX)/*.h)
|
||||
endif
|
||||
|
||||
dirs-%.done:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue