From: Phil Blundell Date: Tue, 7 Nov 2000 08:57:15 +0000 (+0000) Subject: 2000-11-07 Philip Blundell X-Git-Tag: binutils-2_10_1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cc07d4279495a37fe4cbbc4625d5eba0a9e62d7;p=thirdparty%2Fbinutils-gdb.git 2000-11-07 Philip Blundell * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. 2000-11-03 Philip Blundell * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info files. --- diff --git a/ChangeLog b/ChangeLog index f115d01b731..8229a66a381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-07 Philip Blundell + + * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. + 2000-11-03 Philip Blundell * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info diff --git a/Makefile.in b/Makefile.in index 217e065be3d..ed199492618 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1683,7 +1683,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ # ChangeLog omitted because it may refer to files which are not in this # distribution (perhaps it would be better to include it anyway). ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ - make-stds.texi standards.info* configure.texi configure.info* + make-stds.texi standards.info* configure.texi configure.info* \ + configbuild.* configdev.* # When you use `make setup-dirs' or `make taz' you should always redefine # this macro.