Bug 934332 - Don't install tests under js/src in --with-libxul-sdk builds. r=gps

This commit is contained in:
Mike Hommey 2013-11-07 10:37:45 +09:00
parent b82b5f675a
commit 9df805e45f

View File

@ -106,7 +106,7 @@ $(addprefix install-dist-,$(install_manifests)): install-dist-%: $(install_manif
.PHONY: install-tests
install-manifests: install-tests
install-tests: $(install_manifest_depends)
$(call py_action,process_install_manifest,$(if $(NO_REMOVE),--no-remove )_tests _build_manifests/install/tests js/src/_build_manifests/install/tests)
$(call py_action,process_install_manifest,$(if $(NO_REMOVE),--no-remove )_tests _build_manifests/install/tests $(if $(LIBXUL_SDK),,js/src/_build_manifests/install/tests))
# _tests should be purged during cleaning. However, we don't want it purged