Now builds in subdirs

This commit is contained in:
Steve Chamberlain 1993-02-04 18:05:30 +00:00
parent f48c6d1a87
commit 6d2f03fea5
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Target: H8300 with HMS monitor and H8 simulator
TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o ../h8300sim/perifs.o
TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../sim/h8300/code.o ../sim/h8300/perifs.o
TM_FILE= tm-h8300.h

View File

@ -1,3 +1,3 @@
# Target: Z8000 simulator
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../z8ksim/libsim.a ../opcodes/libopcodes.a
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
TM_FILE= tm-z8k.h

View File

@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "terminal.h"
#include "target.h"
#include "gdbcore.h"
#include "../../sim/sim.h"
#include "../sim/z8k/sim.h"
/* External data declarations */
extern int stop_soon_quietly; /* for wait_for_inferior */