bug 549751 - two targets for testing/mochitests/Makefile causes pymake to faile r=mfinkle

This commit is contained in:
Brad Lassey 2010-03-04 00:46:45 -05:00
parent 6af0c8520c
commit 6695644770

View File

@ -37,6 +37,12 @@
ifndef LIBXUL_SDK
include $(topsrcdir)/toolkit/toolkit-tiers.mk
else
ifdef ENABLE_TESTS
tier_testharness_dirs += \
testing/mochitest \
$(NULL)
endif
endif
TIERS += app
@ -50,11 +56,6 @@ tier_app_dirs += \
mobile \
$(NULL)
ifdef ENABLE_TESTS
tier_testharness_dirs += \
testing/mochitest \
$(NULL)
endif
installer:
@$(MAKE) -C mobile/installer installer