Bug 703898 - Remove unnecessary platform conditional from build/unix/Makefile.in; r=ted

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

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

@ -51,11 +51,7 @@ ifdef USE_ELF_HACK
DIRS = elfhack
endif
ifdef ENABLE_TESTS
ifeq (,$(filter WINNT OS2,$(OS_ARCH)))
DIRS += test
endif # WIN
endif # ENABLE_TESTS
TEST_DIRS = test
include $(topsrcdir)/config/rules.mk