Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-11-07 11:57:15 +0300
committerPhil Blundell <philb@gnu.org>2000-11-07 11:57:15 +0300
commiteca0f70cac60bfb0de06f87c7aa7368fc48bd7f4 (patch)
tree4decb1e23fe46a4135d75dd6a4ee937b5cbcced9
parentcf5a5f2987706711580b59bf4313c2b2571d9340 (diff)
2000-11-07 Philip Blundell <pb@futuretv.com>binutils-2_10_1binutils-2_10-branch
* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. 2000-11-03 Philip Blundell <pb@futuretv.com> * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info files.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f115d01b7..8229a66a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-07 Philip Blundell <pb@futuretv.com>
+
+ * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
+
2000-11-03 Philip Blundell <pb@futuretv.com>
* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
diff --git a/Makefile.in b/Makefile.in
index 217e065be..ed1994926 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.