mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 06:40:39 +01:00
dirs.mk: Remove target .DEFAULT
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c8f937946a
commit
906f216830
1 changed files with 0 additions and 3 deletions
|
|
@ -91,8 +91,5 @@ dirs.distclean:
|
||||||
set -e; for d in $(SUBDIRS) ; do make -wC $$d distclean; done
|
set -e; for d in $(SUBDIRS) ; do make -wC $$d distclean; done
|
||||||
rm -rf $(DISTCLEAN)
|
rm -rf $(DISTCLEAN)
|
||||||
|
|
||||||
.DEFAULT:
|
|
||||||
$(make_dirs)
|
|
||||||
|
|
||||||
endif # SUBDIRS_TO_ITERATE
|
endif # SUBDIRS_TO_ITERATE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue