Remove unused DIRS rule. Only add SUBMAKEFILES rules if SUBMAKEFILES is defined.

This commit is contained in:
slamm%netscape.com 1999-09-14 23:09:37 +00:00
Родитель f1473cb783
Коммит 1bd30b4b77
1 изменённых файлов: 2 добавлений и 9 удалений

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

@ -689,15 +689,6 @@ endif #STRICT_CPLUSPLUS_SUFFIX
%: SCCS/s.%
ifdef DIRS
$(DIRS)::
@set $(EXIT_ON_ERROR); \
echo "cd $@; $(MAKE)"; \
cd $@; $(MAKE); \
set +e; \
$(CLICK_STOPWATCH)
endif
###############################################################################
# Update Makefiles
###############################################################################
@ -706,9 +697,11 @@ endif
Makefile: Makefile.in
@$(PERL) $(topsrcdir)/build/autoconf/make-makefile -d $(DEPTH)
ifdef SUBMAKEFILES
# VPATH does not work on some machines in this case, so add $(srcdir)
$(SUBMAKEFILES): % : $(srcdir)/%.in
@$(PERL) $(topsrcdir)/build/autoconf/make-makefile -d $(DEPTH) $@
endif
###############################################################################
# Bunch of things that extend the 'export' rule (in order):