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 | 5eda084b5135b026a7402b8e82c441f2a367ce35 (patch) | |
tree | ce2a6737d3a23c2497b9d6e8b37f57a43cc3fa58 /Makefile.def | |
parent | 3e3705a6f53e3a6835fab2cba68db2f82e0fa190 (diff) | |
download | gdb-5eda084b5135b026a7402b8e82c441f2a367ce35.tar.gz |
Source Navigator is now on sourceforge...mingw-runtime-2_4
* 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 00965219f69..eab03306ff3 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; }; |