cleandirs.mk: Fix: Descend into subdirectories
cleandirs.mk doesn't descend into subdirectories, because defs-dirs.mk is not included, and, hence FIND_SUBDIRS is undefined. Fix that.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
66be9c0aa5
commit
38076c951b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ clean: do.clean
|
|||
distclean: do.distclean
|
||||
|
||||
include $(JWBDIR)/make/defs.mk
|
||||
include $(JWBDIR)/make/defs-dirs.mk
|
||||
|
||||
SUBDIRS ?= $(FIND_SUBDIRS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue