From bc770d17da1243e4e6b5a8e17ffc8e3ee4d9f586 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 18 Jun 2004 22:05:49 +0000 Subject: [PATCH] forgot to remove these lines git-svn-id: svn://10.0.0.236/trunk@158151 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/browser/base/Makefile.in b/mozilla/browser/base/Makefile.in index 2b0c29df056..8e02e041182 100644 --- a/mozilla/browser/base/Makefile.in +++ b/mozilla/browser/base/Makefile.in @@ -26,14 +26,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -# Use Pinstripe on MacOS X -DIRS += skin/mac -else -# Use Qute on Windows and Linux -DIRS += skin -endif - include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk