From e09e20ca4cfc6d4f788552cbda1efd3cefd39384 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Wed, 5 Mar 2008 11:10:35 +0000 Subject: [PATCH] Bustage fix for bug 418131 (try #2). git-svn-id: svn://10.0.0.236/trunk@247090 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/xpcom/base/Makefile.in b/mozilla/xpcom/base/Makefile.in index 96383688a51..cb19c4a8534 100644 --- a/mozilla/xpcom/base/Makefile.in +++ b/mozilla/xpcom/base/Makefile.in @@ -142,11 +142,11 @@ FORCE_STATIC_LIB = 1 # Force use of PIC FORCE_USE_PIC = 1 -include $(topsrcdir)/config/rules.mk - -DEFINES += -D_IMPL_NS_COM - ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT))) CXXFLAGS += $(MOZ_GTK2_CFLAGS) EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS) endif + +include $(topsrcdir)/config/rules.mk + +DEFINES += -D_IMPL_NS_COM