Bug 991769 - Cleanup gtest libxul when doing make clean or distclean. r=mshal

This commit is contained in:
Mike Hommey 2014-04-04 14:56:51 +09:00
Родитель 63ea6f2df2
Коммит 6ade45f077
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -2,6 +2,12 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
# Enforce that the clean/distclean rules removes everything that needs
# to be removed from this directory.
ifneq (,$(filter clean distclean,$(MAKECMDGOALS))
LINK_GTEST = 1
endif
ifndef LINK_GTEST
# Force to not include backend.mk unless LINK_GTEST is defined.
# Not including backend.mk makes traversing this directory do nothing.