From d256c4f41080643ff152b27fe724fcb3f17c8313 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Tue, 22 Sep 2009 09:42:23 -0400 Subject: [PATCH] bug 471054 - prune old crash reports in pending. fix a typo --- toolkit/crashreporter/client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/crashreporter/client/Makefile.in b/toolkit/crashreporter/client/Makefile.in index 414cb0ef1afc..4eb5bff190bf 100644 --- a/toolkit/crashreporter/client/Makefile.in +++ b/toolkit/crashreporter/client/Makefile.in @@ -64,7 +64,7 @@ OS_LIBS += $(call EXPAND_LIBNAME,comctl32 shell32 wininet shlwapi) MOZ_WINCONSOLE = 0 endif -ifeq ($(OS_ARCH),Darwin +ifeq ($(OS_ARCH),Darwin) CPPSRCS += crashreporter_unix.cpp CMMSRCS += crashreporter_osx.mm OS_LIBS += -framework Cocoa