Make it work in subdirs.
This commit is contained in:
parent
ebd7d72e33
commit
d4bbd6ace2
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
# Target: Hitachi Super-H ICE and simulator
|
||||
TDEPFILES= exec.o sh-tdep.o remote-sim.o ../sim/sh/interp.o ../sim/sh/table.o
|
||||
TDEPFILES= exec.o sh-tdep.o remote-sim.o interp.o table.o
|
||||
|
||||
over: all
|
||||
interp.o:
|
||||
cp ../sim/sh/interp.o .
|
||||
|
||||
table.o:
|
||||
cp ../sim/sh/table.o .
|
||||
|
||||
TM_FILE= tm-sh.h
|
||||
|
|
Loading…
Reference in a new issue