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 /Makefile.am | |
parent | 5736844f668cc599fc2173ca7469dd0f19e7b88d (diff) | |
download | gnumach-7cae3087c16f0432023b624b5b3c11eb04c096c5.tar.gz gnumach-7cae3087c16f0432023b624b5b3c11eb04c096c5.tar.bz2 gnumach-7cae3087c16f0432023b624b5b3c11eb04c096c5.zip |
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
[bug #18015 --- ``GNU Mach: `make dist' and friends'']
* Makefile.am (DISTCLEANFILES): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9d3b3119..b691d9d2 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. |