Bug 991769 - Add missing parenthesis. r=me

This commit is contained in:
Mike Hommey 2014-04-04 15:08:25 +09:00
parent 73d979e930
commit 3ee90d23a2

View File

@ -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