On second thought, the recursive rules aren't needed because the Makefiles will get updated as needed for any target.

This commit is contained in:
slamm%netscape.com 1999-01-29 20:45:39 +00:00
Родитель 1f23bcc408
Коммит 3078d42808
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -558,11 +558,6 @@ $(OBJDIR)/Makefile: Makefile.in
@echo Updating $@
$(topsrcdir)/build/autoconf/update-makefile.sh
makefile: $(OBJDIR)/Makefile
Makefiles makefiles:: $(OBJDIR)/Makefile
+$(LOOP_OVER_DIRS)
###############################################################################
# Bunch of things that extend the 'export' rule (in order):
###############################################################################
@ -963,7 +958,7 @@ endif
# Fake targets. Always run these rules, even if a file/directory with that
# name already exists.
#
.PHONY: all all_platforms alltags boot clean clobber clobber_all export install libs makefiles Makefiles realclean $(OBJDIR) $(DIRS)
.PHONY: all all_platforms alltags boot clean clobber clobber_all export install libs realclean $(OBJDIR) $(DIRS)
envirocheck::
@echo -----------------------------------