diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-03-29 22:58:55 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-03-29 22:58:55 +0000 |
commit | f4267320e53ab3885d2b509099528472cc1fef9a (patch) | |
tree | a617b6b58965b92d02e2aceda913a85ae66ae8b0 /gdb/Makefile.in | |
parent | 698ba9341ed2a509079635b532aa3593d86aa047 (diff) | |
download | gdb-f4267320e53ab3885d2b509099528472cc1fef9a.zip gdb-f4267320e53ab3885d2b509099528472cc1fef9a.tar.gz gdb-f4267320e53ab3885d2b509099528472cc1fef9a.tar.bz2 |
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.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5d9f9e5..644e9d9 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. # |