Skip to content

Commit

Permalink
Bug 552385 - "Memory" directory is compiling twice while building fen…
Browse files Browse the repository at this point in the history
…nec. r=ted.mielczarek
  • Loading branch information
horrorist1 committed Mar 24, 2010
1 parent 71b9a21 commit 7d9e1e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion allmakefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Expand Down

0 comments on commit 7d9e1e5

Please sign in to comment.