aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc/sp64.mt
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-10-13 02:28:24 +0000
committerStan Shebs <shebs@codesourcery.com>1994-10-13 02:28:24 +0000
commitb5bfe299dec4303e105a9248c1c04eda1afd8805 (patch)
tree64459b4f114264c1601c92e4b90e0e0b13a57b94 /gdb/config/sparc/sp64.mt
parent4e149f91f48d231baa4ad91cfc6d2232152c3ff4 (diff)
downloadfsf-binutils-gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.zip
fsf-binutils-gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.tar.gz
fsf-binutils-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/sparc/sp64.mt')
-rw-r--r--gdb/config/sparc/sp64.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/sp64.mt b/gdb/config/sparc/sp64.mt
index af495ad..f45f4a4 100644
--- a/gdb/config/sparc/sp64.mt
+++ b/gdb/config/sparc/sp64.mt
@@ -11,7 +11,7 @@ SIMFILES = remote-sim.o ../sim/sp64/libsim.a
# solib.o and procfs.o taken out for now. We don't have shared libraries yet,
# and the elf version requires procfs.o but the a.out version doesn't.
# Then again, having procfs.o in a target makefile fragment seems wrong.
-TDEPFILES = exec.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o $(SIMFILES)
+TDEPFILES = sparc-pinsn.o sparc-tdep.o sp64-tdep.o $(SIMFILES)
# The simulator uses the sqrt() function.
TM_CLIBS = -lm