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-03 20:17:49 +0300
committerPhil Blundell <philb@gnu.org>2000-11-03 20:17:49 +0300
commitcf5a5f2987706711580b59bf4313c2b2571d9340 (patch)
treed29ef0b9fa8e9e7f2af41f956d90eee8f027512e
parent373857e0f67b4663e1b5c696a89331a77b4d1b59 (diff)
2000-11-03 Philip Blundell <pb@futuretv.com>
* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info files.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a812274..f115d01b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-03 Philip Blundell <pb@futuretv.com>
+
+ * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
+ files.
+
2000-03-29 Jason Merrill <jason@casey.cygnus.com>
* configure.in: -linux-gnu*, not -linux-gnu.
diff --git a/Makefile.in b/Makefile.in
index 9a45e4fc5..217e065be 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1683,7 +1683,7 @@ 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*
+ make-stds.texi standards.info* configure.texi configure.info*
# When you use `make setup-dirs' or `make taz' you should always redefine
# this macro.