diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2011-07-08 03:41:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2011-07-08 03:41:13 +0000 |
commit | 3faa01e34f6d91a355fce718c66067ffd8b3cc46 (patch) | |
tree | 1e5560cfd79db9146fb2d31a208f3ba52b4bff64 /sim/mips | |
parent | 31b28250dcd75b2ecf2bcf398389bf94bf223aff (diff) | |
download | binutils-3faa01e34f6d91a355fce718c66067ffd8b3cc46.zip binutils-3faa01e34f6d91a355fce718c66067ffd8b3cc46.tar.gz binutils-3faa01e34f6d91a355fce718c66067ffd8b3cc46.tar.bz2 |
* Makefile.in ($(SIM_MULTI_OBJ)): Depend on sim-main.h
$(SIM_EXTRA_DEPS).
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mips/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index b2d4ea6..aa155f2 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,6 +1,8 @@ 2011-07-08 Hans-Peter Nilsson <hp@axis.com> - * Makefile.in (tmp-mach-multi): Exit early when igen fails. + * Makefile.in ($(SIM_MULTI_OBJ)): Depend on sim-main.h + $(SIM_EXTRA_DEPS). + (tmp-mach-multi): Exit early when igen fails. 2011-07-05 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 3b43518..985f4e5 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -198,6 +198,8 @@ m32_support.o: sim-main.h m32_support.c $(SIM_EXTRA_DEPS) m32_idecode.o: sim-main.h m32_idecode.c $(SIM_EXTRA_DEPS) m32_icache.o: sim-main.h m32_icache.c $(SIM_EXTRA_DEPS) +$(SIM_MULTI_OBJ): sim-main.h $(SIM_EXTRA_DEPS) + BUILT_SRC_FROM_M16 = \ m16_icache.h \ m16_icache.c \ |