diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 504536f7d30..fdb36debaf0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/config/i386/i386v4.mt b/gdb/config/i386/i386v4.mt
index e02cc53473c..818bee22539 100644
--- a/gdb/config/i386/i386v4.mt
+++ b/gdb/config/i386/i386v4.mt
@@ -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