зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
ab02b90827
Коммит
bdb93310ef
|
@ -288,7 +288,7 @@ everything:: clobber_all alldep
|
|||
#
|
||||
MAKE_DIRS =
|
||||
|
||||
ifdef XPIDLSRCS
|
||||
ifneq ($(XPIDLSRCS),)
|
||||
MAKE_DIRS += $(XPIDL_GEN_DIR)
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче