From a93b9428e6cfefbc4a9333aba8e40c7b9d71d585 Mon Sep 17 00:00:00 2001 From: "mozilla%weilbacher.org" Date: Sun, 11 May 2008 20:49:57 +0000 Subject: [PATCH] [OS/2] Bug 433220: fix Thunderbird build break on OS/2, r=mkaply git-svn-id: svn://10.0.0.236/trunk@251528 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/Makefile.in b/mozilla/modules/plugin/Makefile.in index 424d5090953..bcf00a8f265 100644 --- a/mozilla/modules/plugin/Makefile.in +++ b/mozilla/modules/plugin/Makefile.in @@ -69,7 +69,10 @@ TOOL_DIRS += samples/default/windows endif ifeq ($(OS_ARCH),OS2) -TOOL_DIRS += samples/default/os2 os2wrapper +TOOL_DIRS += samples/default/os2 +ifdef MOZ_OJI +TOOL_DIRS += os2wrapper +endif ifdef ENABLE_TESTS TOOL_DIRS += tools/tester/common tools/tester/os2 endif