diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-03 20:44:31 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-03 20:44:31 +0000 |
commit | 2a4cbe27e274032655a038fb27923037971d06d8 (patch) | |
tree | e4957b2165535cff12544962638f259a0a5668f0 /ChangeLog | |
parent | 2003-06-03 Jeff Johnston <jjohnstn@redhat.com> (diff) | |
download | binutils-gdb-2a4cbe27e274032655a038fb27923037971d06d8.tar.gz binutils-gdb-2a4cbe27e274032655a038fb27923037971d06d8.tar.bz2 binutils-gdb-2a4cbe27e274032655a038fb27923037971d06d8.zip |
* Makefile.tpl: Make 'recursive targets' using autogen rather
than shell loop. Remove duplicate 'clean' targets and false
comments.
* Makefile.def: Add systematic dependencies to 'recursive' targets.
Add systematic method of specifying missing targets in subdirs.
Add copyright boilerplate.
* Makefile.in: Regenerate.
* configure.in: Add 'recursive targets' to maybe list.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f59704acd8e..f781e7a7cb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org> + * Makefile.tpl: Make 'recursive targets' using autogen rather + than shell loop. Remove duplicate 'clean' targets and false + comments. + * Makefile.def: Add systematic dependencies to 'recursive' targets. + Add systematic method of specifying missing targets in subdirs. + Add copyright boilerplate. + * Makefile.in: Regenerate. + * configure.in: Add 'recursive targets' to maybe list. + * configure: Regenerate. + * Makefile.tpl: Rename [+target+] to [+make_target+]. * Makefile.def: Rename 'target' to 'make_target'. |