Bug 1166538 - Make dozip.py a py_action. r=gps

This commit is contained in:
Mike Hommey 2015-05-20 07:33:42 +09:00
parent 6e9c756e6a
commit 564ac40ac9
2 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ JSSHELL_BINS += \
endif # Darwin
endif # WINNT
endif # MOZ_STATIC_JS
MAKE_JSSHELL = $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/dozip.py $(PKG_JSSHELL) $(abspath $(JSSHELL_BINS))
MAKE_JSSHELL = $(call py_action,zip,$(PKG_JSSHELL) $(abspath $(JSSHELL_BINS)))
endif # LIBXUL_SDK
_ABS_DIST = $(abspath $(DIST))