Fix to my fix to my fix. Use ifneq ($(XPIDLSRCS),), as used elsewhere, rather than ifdef XPIDLSRCS.

Many thanks to Chris Seawood <cls@seawood.org> both for identifying the original problem with the make rules that was causing spurious .h rebuilds, and for pointing out fixes for both of my previous attempts at getting this right.
This commit is contained in:
mccabe%netscape.com 1999-06-20 09:46:36 +00:00
Родитель ab02b90827
Коммит bdb93310ef
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -288,7 +288,7 @@ everything:: clobber_all alldep
#
MAKE_DIRS =
ifdef XPIDLSRCS
ifneq ($(XPIDLSRCS),)
MAKE_DIRS += $(XPIDL_GEN_DIR)
endif