From 22aee4530af5b00aad3c8cb64d5ea606bf4a73ad Mon Sep 17 00:00:00 2001 From: "mattwillis%gmail.com" Date: Tue, 11 Jul 2006 19:22:19 +0000 Subject: [PATCH] bug 343640 - stops making xpi. r=mvl git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201893 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/calendar/Makefile.in b/mozilla/calendar/Makefile.in index 125ccecacaf..f5b10cca958 100644 --- a/mozilla/calendar/Makefile.in +++ b/mozilla/calendar/Makefile.in @@ -44,10 +44,4 @@ include $(DEPTH)/config/autoconf.mk MODULE = calendar DIRS = libical resources base providers import-export locales -ifndef MOZ_SUNBIRD -ifneq ($(OS_ARCH),Darwin) -DIRS += xpi -endif -endif - include $(topsrcdir)/config/rules.mk