* config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here...

* config/i386/i386v4.mt (TDEPFILES): ...to here.
This commit is contained in:
Ian Lance Taylor 1993-09-14 22:41:49 +00:00
parent 207f85b54b
commit aa8fe9070c
2 changed files with 6 additions and 1 deletions

View 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.

View 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