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
parent a853570702
commit e299866fd5

View File

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