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

This commit is contained in:
cls%seawood.org 2000-06-14 03:51:17 +00:00
Родитель c6064d172d
Коммит ee9606dbb3
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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