diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-12-07 22:28:53 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-12-07 22:28:53 +0000 |
commit | 70ae66113d2c40a9de86020d609d2d40901c5d3a (patch) | |
tree | 2ed384f1651cf53e06d9e2db809c6ec2bcb47635 /sim/common | |
parent | 6e93c4f78b4e7d1876293860ff6c6edceca068c4 (diff) | |
download | gdb-70ae66113d2c40a9de86020d609d2d40901c5d3a.zip gdb-70ae66113d2c40a9de86020d609d2d40901c5d3a.tar.gz gdb-70ae66113d2c40a9de86020d609d2d40901c5d3a.tar.bz2 |
* Make-common.in (sim-basics_h): Add $(callback_h).
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/Make-common.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 2158275..418fa10 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2004-12-07 Hans-Peter Nilsson <hp@axis.com> + + * Make-common.in (sim-basics_h): Add $(callback_h). + 2004-12-03 Hans-Peter Nilsson <hp@axis.com> * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 67b648f..ee72b42 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -336,6 +336,7 @@ sim-basics_h = $(srccom)/sim-basics.h \ ../common/cconfig.h \ tconfig.h \ $(sim-config_h) \ + $(callback_h) \ $(sim-inline_h) \ $(sim-types_h) \ $(sim-bits_h) \ |