summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-03-29 22:58:55 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-03-29 22:58:55 +0000
commitb6b33ddac9dea354584c20e69f87c1ae9b6ff7e2 (patch)
treebd603d49a5f164234841dea9c23157c7fa247737 /gdb/Makefile.in
parenta462e889b70b3abddbd7ff4c1fc7e8a122890cec (diff)
downloadgdb-b6b33ddac9dea354584c20e69f87c1ae9b6ff7e2.tar.gz
2006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
* NEWS: Mention the removal of NLM. 2006-03-29 Steve Ellcey <sje@cup.hp.com> * Makefile.in (nlm): Remove target. * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm. * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm. * configure: Regenerate. * doc/gdb.texinfo: Remove gdbserve.nlm documentation. * nlm: Remove directory.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 5d9f9e5506d..644e9d9dd8a 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1206,9 +1206,6 @@ $(TUI)$(EXEEXT): tui-main.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
-o $(TUI)$(EXEEXT) tui-main.o libgdb.a \
$(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
-nlm: force
- rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do
-
# Create a library of the gdb object files and build GDB by linking
# against that.
#