From 5035112b7f4c8ce1e9ccd252f45ede015e1a2d83 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 10 Oct 2002 20:53:01 +0000 Subject: [PATCH] don't bother building classic for standalone git-svn-id: svn://10.0.0.236/branches/ISHMAIL_1_0_BRANCH@131714 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..17ccc0b301c 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 = modern + +ifndef MOZ_MINOTAUR +DIRS += classic +endif include $(topsrcdir)/config/rules.mk