$NetBSD$ --- browser/installer/Makefile.in.orig 2009-02-04 14:22:26.000000000 +0900 +++ browser/installer/Makefile.in @@ -62,7 +62,7 @@ ifneq (,$(BUILD_STATIC_LIBS)$(MOZ_ENABLE ifeq (WINNT,$(OS_ARCH)) MOZ_PKG_MANIFEST_P = $(srcdir)/windows/packages-static else -ifneq (,$(filter-out OS2 Darwin,$(OS_ARCH))) +ifneq (,$(filter-out OS2,$(OS_ARCH))) MOZ_PKG_MANIFEST_P = $(srcdir)/unix/packages-static endif endif