From: Richard Earnshaw Date: Tue, 30 Nov 2004 13:44:13 +0000 (+0000) Subject: * Make-common.in (sim-basics_h): Correct dependencies on X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~743 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c87368acf26d439574f58d1ee586dd84dc9b86f2;p=platform%2Fupstream%2Fbinutils.git * Make-common.in (sim-basics_h): Correct dependencies on cconfig.h and tconfig.h (sim-load.o): Correct typo in sim-basics_h dependency. --- 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 + + * 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 * 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)