diff options
author | Keith Seitz <keiths@redhat.com> | 2003-02-06 20:36:19 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2003-02-06 20:36:19 +0000 |
commit | 91f0e6955878ef6caf397a7a511149852cb40031 (patch) | |
tree | a4119d45b17a3dabd30a000381e7fbdbf55e1687 /Makefile.def | |
parent | 786b8124cee36e9f5fce584db6662e6e68ff7029 (diff) | |
download | gdb-91f0e6955878ef6caf397a7a511149852cb40031.zip gdb-91f0e6955878ef6caf397a7a511149852cb40031.tar.gz gdb-91f0e6955878ef6caf397a7a511149852cb40031.tar.bz2 |
Source Navigator is now on sourceforge...
* Makefile.def: Remove "snavigator", "grep", and "db" modules.
* Makefile.tpl: Remove "all-snavigator" and "all-grep".
* Makefile.in: Regenerated.
* configure.in: Remove all traces of snavigator, db, and grep.
* configure: Regenerated.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.def b/Makefile.def index 0096521..eab0330 100644 --- a/Makefile.def +++ b/Makefile.def @@ -13,7 +13,6 @@ host_modules= { module= binutils; }; host_modules= { module= bison; no_check_cross= true; }; host_modules= { module= byacc; no_check_cross= true; }; host_modules= { module= bzip2; }; -host_modules= { module= db; }; host_modules= { module= dejagnu; }; host_modules= { module= diff; }; host_modules= { module= dosutils; no_check= true; }; @@ -28,7 +27,6 @@ host_modules= { module= gawk; }; host_modules= { module= gettext; }; host_modules= { module= gnuserv; }; host_modules= { module= gprof; }; -host_modules= { module= grep; }; host_modules= { module= gzip; }; host_modules= { module= hello; }; host_modules= { module= indent; }; @@ -54,7 +52,6 @@ host_modules= { module= send-pr; }; host_modules= { module= shellutils; }; host_modules= { module= sid; }; host_modules= { module= sim; }; -host_modules= { module= snavigator; }; host_modules= { module= tar; }; host_modules= { module= texinfo; no_install= true; }; host_modules= { module= textutils; }; |