Obsolete stuff.c and kdb-start.c.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 91bb0772851164176af768e6b8e2984963be7030..0d611fcd580f3a3278986775c0ebb0a309dba108 100644 (file)
@@ -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).
This page took 0.02483 seconds and 4 git commands to generate.