From 82662954b8fef28fa655a2ea059d5a5808267181 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 1 Mar 2010 23:38:21 -0500 Subject: [PATCH] Bug 546103, Remove remnant MOZ_PERF_METRICS from parser/, r=mrbkap --- parser/htmlparser/public/Makefile.in | 2 +- parser/htmlparser/src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/htmlparser/public/Makefile.in b/parser/htmlparser/public/Makefile.in index e2e9ef388966..432eccbf4724 100644 --- a/parser/htmlparser/public/Makefile.in +++ b/parser/htmlparser/public/Makefile.in @@ -73,7 +73,7 @@ SDK_HEADERS = \ nsParserDataListener.h \ $(NULL) -ifneq ($(MOZ_DEBUG)$(MOZ_PERF_METRICS),) +ifdef MOZ_DEBUG EXPORTS += \ nsILoggingSink.h \ $(NULL) diff --git a/parser/htmlparser/src/Makefile.in b/parser/htmlparser/src/Makefile.in index 2d8b92d3ed93..352e8387315f 100644 --- a/parser/htmlparser/src/Makefile.in +++ b/parser/htmlparser/src/Makefile.in @@ -82,7 +82,7 @@ CPPSRCS += \ $(NULL) endif -ifneq ($(MOZ_DEBUG)$(MOZ_PERF_METRICS),) +ifdef MOZ_DEBUG CPPSRCS += \ nsLoggingSink.cpp \ $(NULL)