aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2004-11-30 13:44:13 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2004-11-30 13:44:13 +0000
commitc87368acf26d439574f58d1ee586dd84dc9b86f2 (patch)
tree4b6cac87646d7f2dee9e23c8a5315f2d658184f1 /sim
parent70615d15fb6bf24043012667c79fee0af2d6f5b1 (diff)
downloadfsf-binutils-gdb-c87368acf26d439574f58d1ee586dd84dc9b86f2.zip
fsf-binutils-gdb-c87368acf26d439574f58d1ee586dd84dc9b86f2.tar.gz
fsf-binutils-gdb-c87368acf26d439574f58d1ee586dd84dc9b86f2.tar.bz2
* Make-common.in (sim-basics_h): Correct dependencies on
cconfig.h and tconfig.h (sim-load.o): Correct typo in sim-basics_h dependency.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog6
-rw-r--r--sim/common/Make-common.in6
2 files changed, 9 insertions, 3 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index ecb75d5..fb78a1a 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-30 Richard Earnshaw <rearnsha@arm.com>
+
+ * Make-common.in (sim-basics_h): Correct dependencies on
+ cconfig.h and tconfig.h
+ (sim-load.o): Correct typo in sim-basics_h dependency.
+
2004-11-18 Richard Earnshaw <rearnsha@arm.com>
* Make-common.in (sim-*_h): Add macros for all sim headers listing
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 308808f..6ccf986 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -333,8 +333,8 @@ sim-base_h = $(srccom)/sim-base.h \
$(sim-memopt_h) \
$(sim-cpu_h)
sim-basics_h = $(srccom)/sim-basics.h \
- cconfig_h \
- tconfig_h \
+ ../common/cconfig.h \
+ tconfig.h \
$(sim-config_h) \
$(sim-inline_h) \
$(sim-types_h) \
@@ -506,7 +506,7 @@ sim-utils.o: $(srccom)/sim-utils.c $(sim_main_headers)
sim-watch.o: $(srccom)/sim-watch.c $(sim_main_headers)
$(CC) -c $(srccom)/sim-watch.c $(ALL_CFLAGS)
-sim-load.o: $(srccom)/sim-load.c $(callback_h) $(sim_basics_h) $(remote_sim_h)
+sim-load.o: $(srccom)/sim-load.c $(callback_h) $(sim-basics_h) $(remote_sim_h)
$(CC) -c $(srccom)/sim-load.c $(ALL_CFLAGS)