* config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here...
authorIan Lance Taylor <ian@airs.com>
Tue, 14 Sep 1993 22:41:49 +0000 (22:41 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 14 Sep 1993 22:41:49 +0000 (22:41 +0000)
* config/i386/i386v4.mt (TDEPFILES): ...to here.

gdb/ChangeLog
gdb/config/i386/i386v4.mt

index 504536f..fdb36de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Sep 14 18:37:17 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here...
+       * config/i386/i386v4.mt (TDEPFILES): ...to here.
+
 Tue Sep 14 12:21:49 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
 
        * Makefile.in (remote_utils_h): add serial.h and target.h.
index e02cc53..818bee2 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running SVR4
-TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
+TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o exec.o
 TM_FILE= tm-i386v4.h