diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-23 00:58:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-23 00:58:48 +0000 |
commit | 17e78a56e23b8b6b76fa1c83a9818f603c46ddcf (patch) | |
tree | 3c1d3dd23cd9c932c6f0cca2a60322e1d65ff79c /gdb/Makefile.in | |
parent | 41899c04122d85b9ce11715061d03330b1d59175 (diff) | |
download | gdb-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.in | 8 |
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). |