From 8a76a96a746c1359445a436533c1d46acdcc729d Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Mon, 25 Jul 2005 20:22:31 +0000 Subject: [PATCH] OS/2 build bustage git-svn-id: svn://10.0.0.236/trunk@176554 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 32ec39c0784..ddebcbc5291 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -45,6 +45,10 @@ include $(DEPTH)/config/autoconf.mk DIRS = init.d +ifeq ($(MOZ_WIDGET_TOOLKIT),os2) +DIRS += os2turbo +endif + # This code removes the console from release builds # (unless you've set MOZ_WINCONSOLE=1). ifndef MOZ_WINCONSOLE @@ -222,7 +226,6 @@ LIBS += -lphexlib -lph endif ifeq ($(MOZ_WIDGET_TOOLKIT),os2) -DIRS += os2turbo REQUIRES += xpconnect intl profile CPPSRCS += nsNativeAppSupportOS2.cpp CPPSRCS += nsNativeAppSupportBase.cpp