diff options
-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. |