Bug 991769 - Add missing parenthesis. r=me

This commit is contained in:
Mike Hommey 2014-04-04 15:08:25 +09:00
Родитель 4ab29954d0
Коммит 4be1d02793
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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