From 432b5e2ed9ab0a78f95ec847da97d3d216a1f2fa Mon Sep 17 00:00:00 2001 From: Walter Meinl Date: Thu, 22 Jan 2009 23:18:47 -0500 Subject: [PATCH] Don't try to build plugin tests unless platform is specifically marked as ready. b=474503 r=josh sr=jst --- modules/plugin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugin/Makefile.in b/modules/plugin/Makefile.in index 4d6ba1fbe70..8da04a000db 100644 --- a/modules/plugin/Makefile.in +++ b/modules/plugin/Makefile.in @@ -80,9 +80,9 @@ endif ifdef ENABLE_TESTS ifneq (,$(filter WINNT Darwin Linux,$(OS_ARCH))) +DIRS += test TOOL_DIRS += sdk endif -DIRS += test endif endif # MOZ_PLUGINS