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

Fixing OS/2 tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@137144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2003-01-30 18:38:57 +00:00
parent 230e717a82
commit a1ad787d1a

View File

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