Fix ifdef so that only tier-1 platforms are building the plugin sdk.

Fixing OS/2 tinderbox bustage.
This commit is contained in:
seawood%netscape.com 2003-01-30 18:38:57 +00:00
Родитель f15ad098d1
Коммит 7e4a306fb3
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -56,12 +56,10 @@ endif
endif
ifdef ENABLE_TESTS
ifeq (,$(filter WINNT Darwin Linux,$(OS_ARCH)))
ifneq ($(OS_ARCH),BeOS)
ifneq (,$(filter WINNT Darwin Linux,$(OS_ARCH)))
DIRS += tools/sdk
endif
endif
endif
include $(topsrcdir)/config/rules.mk