dirs.mk: Disable explicit targets all and subdirs

Uncomment explicit targets all and subdirs, because they generate
warnings.
This commit is contained in:
Jan Lindemann 2010-12-13 17:26:50 +00:00 committed by Jan Lindemann
commit 83cbe486b9

View file

@ -20,8 +20,8 @@ install:
else
.PHONY: $(SUBDIRS_TO_ITERATE)
all subdirs:
$(make_subdirs)
#all subdirs:
# $(make_subdirs)
$(MAKECMDGOALS):
$(make_subdirs_target)