Now builds in subdirs
authorSteve Chamberlain <sac@cygnus>
Thu, 4 Feb 1993 18:05:30 +0000 (18:05 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 4 Feb 1993 18:05:30 +0000 (18:05 +0000)
gdb/config/h8300hms.mt
gdb/config/z8ksim.mt
gdb/remote-z8k.c

index 71213ea35a90f1e743aa71bce4fcdfd6b1c6df99..6002df48c00e6d2429f54e706e8ef34131ee7ffa 100644 (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
index 7c507cf4557e696f212e7c7b4b599591136c7e12..095dd660fe8c7c291d8f5a13da9bfffbe958e93b 100644 (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
index ee3704e740bbe6377dcff100b05ba7125011d228..d1e36230069412bb07aa6a2a58b7fa7448dd32f3 100644 (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 */