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