зеркало из https://github.com/mozilla/pjs.git
adding extra $(srcdir) include for xpidl
This commit is contained in:
Родитель
22cf0a2832
Коммит
31f711f0a6
|
@ -910,7 +910,7 @@ $(XPIDL_GEN_DIR):
|
|||
@if test ! -d $@; then echo Creating $@; rm -rf $@; mkdir $@; else true; fi
|
||||
|
||||
$(XPIDL_GEN_DIR)/%.h: %.idl $(IDL_COMPILE) $(XPIDL_GEN_DIR)
|
||||
$(XPIDL_COMPILE) -m header -w -I $(XPDIST)/idl -o $(XPIDL_GEN_DIR)/$* $<
|
||||
$(XPIDL_COMPILE) -m header -w -I $(XPDIST)/idl -I$(srcdir) -o $(XPIDL_GEN_DIR)/$* $<
|
||||
@if test -n "$(findstring $*.h, $(EXPORTS))"; \
|
||||
then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче