diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 02:28:24 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 02:28:24 +0000 |
commit | b5bfe299dec4303e105a9248c1c04eda1afd8805 (patch) | |
tree | 64459b4f114264c1601c92e4b90e0e0b13a57b94 /gdb/config/i960 | |
parent | 4e149f91f48d231baa4ad91cfc6d2232152c3ff4 (diff) | |
download | gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.zip gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.tar.gz gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.tar.bz2 |
* Makefile.in (ANNOTATE_OBS): New definition.
(COMMON_OBS): Add exec.o.
(annotate.o): Remove extra compile rule.
* config/*/*.mh, config/*/*.mt: Remove exec.o from *DEPFILES lists
everywhere.
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/nindy960.mt | 2 | ||||
-rw-r--r-- | gdb/config/i960/vxworks960.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/i960/nindy960.mt b/gdb/config/i960/nindy960.mt index 9feefb7..fd225ef 100644 --- a/gdb/config/i960/nindy960.mt +++ b/gdb/config/i960/nindy960.mt @@ -1,3 +1,3 @@ # Target: Intel 80960, in an embedded system under the NINDY monitor -TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o +TDEPFILES= i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o TM_FILE= tm-nindy960.h diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt index 6e93b71..da1606e 100644 --- a/gdb/config/i960/vxworks960.mt +++ b/gdb/config/i960/vxworks960.mt @@ -1,5 +1,5 @@ # Target: VxWorks running on an Intel 960 -TDEPFILES= exec.o i960-pinsn.o i960-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o +TDEPFILES= i960-pinsn.o i960-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o TM_FILE= tm-vx960.h # Define this for the vx-share routines, which don't see param.h. MT_CFLAGS= -DI80960 |