From 4be1d02793a4a7f969d9c38845496fc1f3b2aa54 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 4 Apr 2014 15:08:25 +0900 Subject: [PATCH] Bug 991769 - Add missing parenthesis. r=me --- toolkit/library/gtest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/library/gtest/Makefile.in b/toolkit/library/gtest/Makefile.in index 842005bcb17c..bccf93c22f08 100644 --- a/toolkit/library/gtest/Makefile.in +++ b/toolkit/library/gtest/Makefile.in @@ -4,7 +4,7 @@ # Enforce that the clean/distclean rules removes everything that needs # to be removed from this directory. -ifneq (,$(filter clean distclean,$(MAKECMDGOALS)) +ifneq (,$(filter clean distclean,$(MAKECMDGOALS))) LINK_GTEST = 1 endif