Added dependency to real Makefile & config.status for targets passed to real Makefile.

This commit is contained in:
cls%seawood.org 2000-04-25 09:12:13 +00:00
Родитель f8280293ae
Коммит db97e9bbfb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -354,7 +354,7 @@ build:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
# Other targets
# Pass these target onto the real build system
install export clean realclean distclean::
install export clean realclean distclean:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
$(MOZ_MAKE) $@
cleansrcdir: