Make it work in subdirs.

This commit is contained in:
Steve Chamberlain 1993-06-18 21:37:12 +00:00
parent ebd7d72e33
commit d4bbd6ace2

View file

@ -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