diff options
author | Jason Molenda <crash@cygnus> | 1997-04-11 08:07:11 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1997-04-11 08:07:11 +0000 |
commit | f046ec6725a8483b41ab236901bd6dcb81d48956 (patch) | |
tree | 7552ca6c16998ffc9a27c6bdb426f617075c3d85 /Makefile.in | |
parent | f3f00e9486bea45381acd8d156117351c22513dd (diff) | |
download | ppe42-binutils-f046ec6725a8483b41ab236901bd6dcb81d48956.tar.gz ppe42-binutils-f046ec6725a8483b41ab236901bd6dcb81d48956.zip |
* README, Makefile.in (ETC_SUPPORT): Remove references to
cfg-paper*, configure.{texi,man,info*}._
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index ca3fa989e4..c39252e759 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1440,9 +1440,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ # Files in devo/etc used in any net release. # 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 cfg-paper.texi configure configure.in configure.man \ - configure.texi standards.texi make-stds.texi \ - configure.info* standards.info* cfg-paper.info* +ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ + make-stds.texi standards.info* # When you use `make setup-dirs' or `make taz' you should always redefine # this macro. |