Bug 552385 - "Memory" directory is compiling twice while building fennec. r=ted.mielczarek

This commit is contained in:
Egor Starkov 2010-03-24 06:07:45 -04:00
parent 191a783922
commit 90905ce849
2 changed files with 7 additions and 2 deletions

View File

@ -61,10 +61,15 @@ TIERS += base
tier_base_dirs = \
config \
build \
memory \
probes \
$(NULL)
ifndef LIBXUL_SDK
tier_base_dirs += \
memory \
$(NULL)
endif
ifdef COMPILE_ENVIRONMENT
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
endif

View File

@ -85,7 +85,7 @@ if [ "$WINCE" ]; then
"
fi
if [ "$MOZ_MEMORY" ]; then
if [ "$MOZ_MEMORY" -a "$LIBXUL_SDK" -eq ""]; then
add_makefiles "
memory/jemalloc/Makefile
"