diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -215,12 +215,13 @@ parent_echo-distinfo: # Make the distribution tarfile. -distribute := README INSTALL NOTES COPYING.LIB COPYING ChangeLog NEWS \ +distribute := README INSTALL NOTES COPYING.LIB COPYING NEWS \ + ChangeLog ChangeLog.[0-9] \ Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \ extra-lib.mk o-iterator.mk \ ansidecl.h mkinstalldirs move-if-change install-sh \ configure configure.in aclocal.m4 config.sub config.guess\ - config.make.in config-name.in Makefile.in \ + config.make.in config-name.in Makefile.in \ munch-tmpl.c munch.awk sysdep.h set-hooks.h libc-symbols.h distribute := $(strip $(distribute)) |