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/Makefile.in | |
parent | 31b28250dcd75b2ecf2bcf398389bf94bf223aff (diff) | |
download | gdb-3faa01e34f6d91a355fce718c66067ffd8b3cc46.zip gdb-3faa01e34f6d91a355fce718c66067ffd8b3cc46.tar.gz gdb-3faa01e34f6d91a355fce718c66067ffd8b3cc46.tar.bz2 |
* Makefile.in ($(SIM_MULTI_OBJ)): Depend on sim-main.h
$(SIM_EXTRA_DEPS).
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |