Bug 986301 - Fix --with-libxul-sdk after bug 969164. r=gps

This commit is contained in:
Mike Hommey 2014-03-21 11:52:25 +09:00
parent 090ee7316e
commit 48d163cca5

View File

@ -41,9 +41,11 @@ ifndef MOZ_PROFILE_USE
# otherwise the rule in rules.mk doesn't run early enough.
libs binaries export tools:: CLOBBER $(configure_dir)/configure config.status backend.RecursiveMakeBackend
ifndef JS_STANDALONE
ifndef LIBXUL_SDK
libs binaries export tools:: $(topsrcdir)/js/src/configure js/src/config.status
endif
endif
endif
ifdef JS_STANDALONE
.PHONY: CLOBBER
@ -101,11 +103,13 @@ install_manifest_depends = \
$(NULL)
ifndef JS_STANDALONE
ifndef LIBXUL_SDK
install_manifest_depends += \
$(topsrcdir)/js/src/configure \
js/src/config.status \
$(NULL)
endif
endif
.PHONY: install-manifests
install-manifests: $(addprefix install-dist-,$(install_manifests))