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
Родитель 6af0c8520c
Коммит 6695644770
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -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