fixed client.mk not noticing when sub-configure scripts (for --with-nspr-autoconf and --enable-ldap) have changed (and therefore not re-running configure). a=leaf@mozilla.org, r=cls@seawood.org

This commit is contained in:
dmose%mozilla.org 2000-06-08 21:32:31 +00:00
Родитель 81e062668f
Коммит c950fa6d9b
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -348,6 +348,9 @@ CONFIG_STATUS_DEPS := \
$(TOPSRCDIR)/configure \
$(TOPSRCDIR)/allmakefiles.sh \
$(TOPSRCDIR)/.mozconfig.mk \
$(TOPSRCDIR)/directory/c-sdk/ldap/configure \
$(TOPSRCDIR)/nsprpub/configure \
$(TOPSRCDIR)/nsprpub/config/prdepend.h \
$(wildcard $(TOPSRCDIR)/mailnews/makefiles) \
$(NULL)