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 /binutils/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 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4e5f803..07b0b69 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +2000-04-04 Alan Modra <alan@linuxcare.com.au> + + * Makefile.am (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-04 H.J. Lu <hjl@gnu.org> + + * Makefile.am (GENERATED_HFILES): Add rcparse.h + (arparse.h): Depend on arparse.c + (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly. + 2000-04-03 H.J. Lu (hjl@gnu.org) * size.c (usage): Use REPORT_BUGS_TO. @@ -13,7 +29,7 @@ (long_options): Use OPTION_TARGET rather than 200. (main): Likewise. - * objcopy.c (copy_usage): Likewise. + * objcopy.c (copy_usage): Use REPORT_BUGS_TO. (strip_usage): Likewise. * objdump.c (usage): Likewise. * readelf.c (usage): Likewise. |