mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
bug 549751 - two targets for testing/mochitests/Makefile causes pymake to faile r=mfinkle
This commit is contained in:
parent
6af0c8520c
commit
6695644770
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user