From f2a6c6377cbca35b5dcd251137c69effffe20460 Mon Sep 17 00:00:00 2001 From: "rflint@ryanflint.com" Date: Thu, 15 Nov 2007 00:31:36 -0800 Subject: [PATCH] gah. --- browser/themes/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/themes/Makefile.in b/browser/themes/Makefile.in index aac52f32745..5311d03c2ac 100644 --- a/browser/themes/Makefile.in +++ b/browser/themes/Makefile.in @@ -53,10 +53,10 @@ include $(DEPTH)/config/autoconf.mk ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) DIRS = pinstripe else +DIRS = winstripe +endif ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT))) DIRS = gnomestripe -else -DIRS = winstripe endif include $(topsrcdir)/config/rules.mk