From aabb5e047a5a09964c844e4bbbe2cd3441af9b7c Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 21 Mar 2003 22:20:04 +0000 Subject: [PATCH] #188249 r=dougt Cleanup Makefiles, OS/2 GCC landing git-svn-id: svn://10.0.0.236/trunk@139988 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/build/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/xpcom/build/Makefile.in b/mozilla/xpcom/build/Makefile.in index 30bcb9efd3e..eaf56ec5543 100644 --- a/mozilla/xpcom/build/Makefile.in +++ b/mozilla/xpcom/build/Makefile.in @@ -99,11 +99,6 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) EXTRA_DSO_LDOPTS += $(DEPTH)/dist/lib/libmacmorefiles_s.a endif -# Turn off grep filter for .def files -ifeq ($(MOZ_WIDGET_TOOLKIT),os2) -XPCOM_SWITCH = 1 -endif - # Force use of PIC FORCE_USE_PIC = 1