* Make-common.in (sim-basics_h): Correct dependencies on
cconfig.h and tconfig.h (sim-load.o): Correct typo in sim-basics_h dependency.
This commit is contained in:
parent
70615d15fb
commit
c87368acf2
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue