diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-18 10:56:28 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-18 10:56:28 +0000 |
commit | 15f5e61fb4f836f29bad77427b05b9b4b38ab156 (patch) | |
tree | 0e6c0558036af07404df408ebce90ac210a7ef94 /sim | |
parent | 08cd3760982cdb588b40e7c1564896896bf01691 (diff) | |
download | gdb-15f5e61fb4f836f29bad77427b05b9b4b38ab156.zip gdb-15f5e61fb4f836f29bad77427b05b9b4b38ab156.tar.gz gdb-15f5e61fb4f836f29bad77427b05b9b4b38ab156.tar.bz2 |
In last change: macros not rules.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 751c570..ecb75d5 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,8 +1,8 @@ 2004-11-18 Richard Earnshaw <rearnsha@arm.com> - * Make-common.in (sim-*_h): Add rules for all sim headers. Also - add sub-dependencies for other sim files that they include. - (sim_main_headers): Use sim-*_h rules. + * Make-common.in (sim-*_h): Add macros for all sim headers listing + sub-dependencies for other sim files that they include. + (sim_main_headers): Use sim-*_h macros. (sim-load.o): Depend on sim-basics_h, not sim_main_headers. 2004-11-16 Hans-Peter Nilsson <hp@axis.com> |