From 7cae3087c16f0432023b624b5b3c11eb04c096c5 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 3 Dec 2006 16:38:51 +0000 Subject: 2006-12-03 Thomas Schwinge [bug #18015 --- ``GNU Mach: `make dist' and friends''] * Makefile.am (DISTCLEANFILES): New variable. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9d3b311..b691d9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ noinst_PROGRAMS = TESTS= info_TEXINFOS = MOSTLYCLEANFILES = +DISTCLEANFILES = AM_CPPFLAGS = AM_CCASFLAGS = AM_CFLAGS = @@ -174,6 +175,10 @@ dist-hook: rm -f "$$d"/{Entries,Repository,Root,Tag} && \ rmdir "$$d"; \ done + +DISTCLEANFILES += \ + Makefile.orig \ + config.status.orig # # Legacy support. -- cgit v1.2.3