Skip to content
Snippets Groups Projects
Commit ee9606db authored by cls%seawood.org's avatar cls%seawood.org
Browse files

Use $(wildcard..) to make certain configure dependencies optional. Bug #42211

parent c6064d17
No related branches found
No related tags found
No related merge requests found
......@@ -351,10 +351,10 @@ 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)/nsprpub/configure) \
$(wildcard $(TOPSRCDIR)/directory/c-sdk/ldap/configure) \
$(wildcard $(TOPSRCDIR)/mailnews/makefiles) \
$(wildcard $(TOPSRCDIR)/themes/makefiles) \
$(NULL)
# configure uses the program name to determine @srcdir@. Calling it without
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment