aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-23 00:58:48 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-23 00:58:48 +0000
commit17e78a56e23b8b6b76fa1c83a9818f603c46ddcf (patch)
tree3c1d3dd23cd9c932c6f0cca2a60322e1d65ff79c /gdb/Makefile.in
parent41899c04122d85b9ce11715061d03330b1d59175 (diff)
downloadgdb-17e78a56e23b8b6b76fa1c83a9818f603c46ddcf.zip
gdb-17e78a56e23b8b6b76fa1c83a9818f603c46ddcf.tar.gz
gdb-17e78a56e23b8b6b76fa1c83a9818f603c46ddcf.tar.bz2
Obsolete stuff.c and kdb-start.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 91bb077..0d611fc 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -692,10 +692,6 @@ OBS = $(COMMON_OBS) $(ANNOTATE_OBS)
TSOBS = inflow.o
-NTSOBS = standalone.o
-
-NTSSTART = kdb-start.o
-
SUBDIRS = @SUBDIRS@
# For now, shortcut the "configure GDB for fewer languages" stuff.
@@ -902,10 +898,6 @@ tm-sun4os4.h: tm-sparc.h
xm-vaxult.h: xm-vax.h
xm-vaxbsd.h: xm-vax.h
-kdb: $(NTSSTART) $(OBS) $(CONFIG_OBS) $(NTSOBS) $(ADD_DEPS) $(CDEPS)
- ld -o kdb $(NTSSTART) $(OBS) $(CONFIG_OBS) $(NTSOBS) init.o \
- $(ADD_FILES) -lc $(CLIBS)
-
# Put the proper machine-specific files first, so M-. on a machine
# specific routine gets the one for the correct machine. (FIXME: those
# files go in twice; we should be removing them from the main list).