GNU Binutils with patches for OS216
Révision | 4cc07d4279495a37fe4cbbc4625d5eba0a9e62d7 (tree) |
---|---|
l'heure | 2000-11-07 17:57:15 |
Auteur | Phil Blundell <philb@gnu....> |
Commiter | Phil Blundell |
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
files.
@@ -1,3 +1,7 @@ | ||
1 | +2000-11-07 Philip Blundell <pb@futuretv.com> | |
2 | + | |
3 | + * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. | |
4 | + | |
1 | 5 | 2000-11-03 Philip Blundell <pb@futuretv.com> |
2 | 6 | |
3 | 7 | * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info |
@@ -1683,7 +1683,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ | ||
1683 | 1683 | # ChangeLog omitted because it may refer to files which are not in this |
1684 | 1684 | # distribution (perhaps it would be better to include it anyway). |
1685 | 1685 | ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ |
1686 | - make-stds.texi standards.info* configure.texi configure.info* | |
1686 | + make-stds.texi standards.info* configure.texi configure.info* \ | |
1687 | + configbuild.* configdev.* | |
1687 | 1688 | |
1688 | 1689 | # When you use `make setup-dirs' or `make taz' you should always redefine |
1689 | 1690 | # this macro. |