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
This commit is contained in:
mscott%netscape.com
2002-10-10 20:53:01 +00:00
parent d5f9d96576
commit 5035112b7f

View File

@@ -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