From 6a2f4115dd3c6fc3e10f35f02dfd1a032f34007a Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Tue, 1 Oct 2002 00:56:13 +0000 Subject: [PATCH] Don't build the modern theme for Phoenix. r=pinkerton, sr=blake git-svn-id: svn://10.0.0.236/trunk@130860 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/themes/Makefile.in b/mozilla/themes/Makefile.in index 30149c7557e..de60eb99b68 100644 --- a/mozilla/themes/Makefile.in +++ b/mozilla/themes/Makefile.in @@ -26,7 +26,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = classic modern +DIRS = classic + +ifndef MOZ_PHOENIX +DIRS += modern +endif include $(topsrcdir)/config/rules.mk