diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-12-03 16:38:51 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:57 +0200 |
commit | 7cae3087c16f0432023b624b5b3c11eb04c096c5 (patch) | |
tree | ec4c89e47f1d614fc6410236853cc8bacf88d288 | |
parent | 5736844f668cc599fc2173ca7469dd0f19e7b88d (diff) |
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
[bug #18015 --- ``GNU Mach: `make dist' and friends'']
* Makefile.am (DISTCLEANFILES): New variable.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-12-03 Thomas Schwinge <tschwinge@gnu.org> + + [bug #18015 --- ``GNU Mach: `make dist' and friends''] + * Makefile.am (DISTCLEANFILES): New variable. + 2006-11-30 Thomas Schwinge <tschwinge@gnu.org> * Makefile.in: Regenerate. 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. |