From 5f5ee198942ecf23ab1b62e33f96146dad275fb4 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 28 Nov 2013 15:25:41 +0100 Subject: [PATCH] Bug 937258 - Part b: Remove gfx/tests/gtest/Makefile.in; r=gps CXXFLAGS is only taken into account when set *after* the rules.mk inclusion, so it is useless here. --- gfx/tests/gtest/Makefile.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 gfx/tests/gtest/Makefile.in diff --git a/gfx/tests/gtest/Makefile.in b/gfx/tests/gtest/Makefile.in deleted file mode 100644 index d8e925144833..000000000000 --- a/gfx/tests/gtest/Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ -# -# This Source Code Form is subject to the terms of the Mozilla Public -# 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/. - -VPATH = @srcdir@ $(srcdir)/$(DEPTH)/gfx/2d/unittest -CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS) - -# Create a GTest library -include $(topsrcdir)/config/rules.mk