Bug 788954 - Remove export-idl rule. r=ted

This commit is contained in:
Mike Hommey 2012-09-06 14:46:41 +02:00
parent b96b62f2dd
commit 88dc62dcc0
2 changed files with 2 additions and 16 deletions

View File

@ -1291,18 +1291,11 @@ INSTALL_TARGETS += XPIDL_HEADERS
XPIDLSRCS_FILES := $(XPIDLSRCS)
XPIDLSRCS_DEST := $(IDL_DIR)
XPIDLSRCS_TARGET := export-idl
XPIDLSRCS_TARGET := export
INSTALL_TARGETS += XPIDLSRCS
export:: export-idl
endif
endif #} XPIDLSRCS
export-idl:: $(SUBMAKEFILES) $(MAKE_DIRS)
$(LOOP_OVER_PARALLEL_DIRS)
$(LOOP_OVER_DIRS)
$(LOOP_OVER_TOOL_DIRS)
################################################################################
# Copy each element of EXTRA_COMPONENTS to $(FINAL_TARGET)/components
ifneq (,$(filter %.js,$(EXTRA_COMPONENTS) $(EXTRA_PP_COMPONENTS)))

View File

@ -1291,18 +1291,11 @@ INSTALL_TARGETS += XPIDL_HEADERS
XPIDLSRCS_FILES := $(XPIDLSRCS)
XPIDLSRCS_DEST := $(IDL_DIR)
XPIDLSRCS_TARGET := export-idl
XPIDLSRCS_TARGET := export
INSTALL_TARGETS += XPIDLSRCS
export:: export-idl
endif
endif #} XPIDLSRCS
export-idl:: $(SUBMAKEFILES) $(MAKE_DIRS)
$(LOOP_OVER_PARALLEL_DIRS)
$(LOOP_OVER_DIRS)
$(LOOP_OVER_TOOL_DIRS)
################################################################################
# Copy each element of EXTRA_COMPONENTS to $(FINAL_TARGET)/components
ifneq (,$(filter %.js,$(EXTRA_COMPONENTS) $(EXTRA_PP_COMPONENTS)))