Bug 703874 - Remove redundant |ifneq (mobile,$(MOZ_BUILD_APP))| from makefiles in browser; r=ted

This commit is contained in:
Ed Morley 2011-11-30 18:37:57 +00:00
Родитель 3f35cb9dea
Коммит 53bcb97439
3 изменённых файлов: 1 добавлений и 7 удалений

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

@ -43,9 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef ENABLE_TESTS
ifneq (mobile,$(MOZ_BUILD_APP))
DIRS += test
endif
DIRS += test
endif
include $(topsrcdir)/config/rules.mk

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

@ -44,10 +44,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef ENABLE_TESTS
ifneq (mobile,$(MOZ_BUILD_APP))
DIRS += test/browser
endif
endif
include $(topsrcdir)/config/rules.mk

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

@ -57,9 +57,7 @@ EXTRA_PP_JS_MODULES = \
$(NULL)
ifdef ENABLE_TESTS
ifneq (mobile,$(MOZ_BUILD_APP))
DIRS += test/browser
endif
endif
include $(topsrcdir)/config/rules.mk