diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-04 10:53:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-04 10:53:56 +0000 |
commit | 41b49281c1e98174596a161a525ef4991d92741c (patch) | |
tree | 7228d3513565edc5adb64218779decf912203737 /bfd/ChangeLog | |
parent | eb3d1d196ccd7d987a7745cba9704795b2766fc1 (diff) | |
download | gdb-41b49281c1e98174596a161a525ef4991d92741c.zip gdb-41b49281c1e98174596a161a525ef4991d92741c.tar.gz gdb-41b49281c1e98174596a161a525ef4991d92741c.tar.bz2 |
Use "gcc -MM" for dependencies, and update them.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 22e3a6c..9f928ec 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2000-04-04 Alan Modra <alan@linuxcare.com.au> + + * Makefile.am: Remove extraneous mkdep comment. + (MKDEP): Use gcc -MM rather than mkdep. + (DEP): Quote when passing vars to sub-make. Add warning + message to end. + (DEP1): Rewrite for "gcc -MM". + (CLEANFILES): Add DEP2. + Update dependencies. + * Makefile.in: Regenerate. + 2000-04-03 Kevin Buettner <kevinb@redhat.com> * configure.in: Added corefile support for AIX 4.3. In particular, @@ -8,7 +19,7 @@ 2000-04-03 H.J. Lu <hjl@gnu.org> * cache.c (bfd_open_file): Unlink the output file only if - it has none zero size. + it has non-zero size. 2000-04-01 Ken Block USG <block@zk3.dec.com> |