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 else
.PHONY: $(SUBDIRS_TO_ITERATE) .PHONY: $(SUBDIRS_TO_ITERATE)
all subdirs: #all subdirs:
$(make_subdirs) # $(make_subdirs)
$(MAKECMDGOALS): $(MAKECMDGOALS):
$(make_subdirs_target) $(make_subdirs_target)