From 0d80b8c726e4c008e67b9c19c8365674cbd5ff09 Mon Sep 17 00:00:00 2001 From: wl Date: Tue, 29 Jan 2013 11:07:10 +0000 Subject: Building clean-ups. * Makefile.in: Use $(top_srcdir) where appropriate. * Makefile.sub (M4MACROS): Add `fcntl-o.m4' and `localcharset.m4'. * font/devpdf/Makefile.sub (UTILFILES): Removed, unused. (MOSTLYCLEANADD): Add `BuildFoundries'. * src/devices/gropdf/Makefile.sub (MOSTLYCLEANADD): Add `pdfmom'. --- Makefile.sub | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'Makefile.sub') diff --git a/Makefile.sub b/Makefile.sub index c34292d6..2e032a58 100644 --- a/Makefile.sub +++ b/Makefile.sub @@ -1,4 +1,4 @@ -# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2006, 2009 +# Copyright (C) 1989-2000, 2001-2004, 2006, 2009, 2013 # Free Software Foundation, Inc. # Written by James Clark (jjc@jclark.com) # @@ -20,24 +20,32 @@ # Makefile.sub # DISTCLEANFILES=\ - config.status \ - config.log \ - config.cache \ - stamp-h \ Makefile \ - test-groff \ + config.cache \ + config.log \ + config.status \ + groff.log \ + groff.sum \ src/include/config.h \ - site.exp \ site.bak \ - groff.sum \ - groff.log -MOSTLYCLEANADD=Makefile.cfg conftest* + site.exp \ + stamp-h \ + test-groff + +MOSTLYCLEANADD=\ + Makefile.cfg \ + conftest* -M4MACROS = \ +M4MACROS=\ + $(srcdir)/m4/codeset.m4 \ + $(srcdir)/m4/fcntl-o.m4 \ + $(srcdir)/m4/glibc21.m4 \ $(srcdir)/m4/groff.m4 \ - $(srcdir)/m4/codeset.m4 $(srcdir)/m4/glibc21.m4 \ $(srcdir)/m4/iconv.m4 \ - $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-ld.m4 $(srcdir)/m4/lib-prefix.m4 + $(srcdir)/m4/lib-ld.m4 \ + $(srcdir)/m4/lib-link.m4 \ + $(srcdir)/m4/lib-prefix.m4 \ + $(srcdir)/m4/localcharset.m4 distfiles: configure -- cgit v1.2.1