From f8778340128befaa0eeca97c21731cf55802ec39 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 18 Jun 2004 22:05:29 +0000 Subject: [PATCH] oops forgot to remove these lines --- toolkit/mozapps/Makefile.in | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/toolkit/mozapps/Makefile.in b/toolkit/mozapps/Makefile.in index d487f14725e7..ab90eb9f4a7f 100755 --- a/toolkit/mozapps/Makefile.in +++ b/toolkit/mozapps/Makefile.in @@ -44,20 +44,5 @@ include $(DEPTH)/config/autoconf.mk DIRS = downloads extensions update xpinstall -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -# XXXben this is temporary, until Thunderbird is converted to Pinstripe on MacOS X. For now, -# continue to use Qute. -ifdef MOZ_THUNDERBIRD -DIRS += pref/skin downloads/skin -else -# Use Pinstripe on MacOS X -DIRS += pref/skin/mac downloads/skin/mac -endif -else -# Use Qute on Windows and Linux -DIRS += pref/skin downloads/skin -endif - - include $(topsrcdir)/config/rules.mk