From 2ff5fd9a2cec62757fde227d4f09b4d856980c73 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Fri, 17 Oct 2014 11:07:28 -0400 Subject: [PATCH] Bug 1084024. Remove graphite Makefile.in. r=jfkthame This doesn't seem to be needed anymore. --HG-- extra : rebase_source : 41cf994417c1e0fb3e8167b8e25b2c9e3efe9a02 --- gfx/graphite2/src/Makefile.in | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 gfx/graphite2/src/Makefile.in diff --git a/gfx/graphite2/src/Makefile.in b/gfx/graphite2/src/Makefile.in deleted file mode 100644 index acdfc2c375a6..000000000000 --- a/gfx/graphite2/src/Makefile.in +++ /dev/null @@ -1,15 +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/. - -# parameters for the Graphite2 files.mk fragment -_NS = -_BASE = $(srcdir)/.. -ifdef GNU_CC -_MACHINE = direct -else -_MACHINE = call -endif - -# get the lists of source files and exported headers -include $(srcdir)/files.mk