From 52ef59424dca65c1c3909fc3d0bfb8f87caa5575 Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Fri, 9 Sep 2005 10:10:26 +0000 Subject: [PATCH] Another try at disabling the xpi git-svn-id: svn://10.0.0.236/trunk@179898 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/calendar/Makefile.in b/mozilla/calendar/Makefile.in index 80b1d5db021..4e9797ea0dc 100644 --- a/mozilla/calendar/Makefile.in +++ b/mozilla/calendar/Makefile.in @@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = calendar DIRS = libical resources base providers import-export -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +ifneq ($(OS_ARCH),Darwin) DIRS += xpi endif