Commit c950fa6d authored by dmose%mozilla.org's avatar dmose%mozilla.org
Browse files

fixed client.mk not noticing when sub-configure scripts (for...

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
parent 81e06266
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)