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 | 5a5996f93ecb967c13693d192bc1cd7df3cc330d (patch) | |
tree | 422e2dc3448c2018bba89b0bc4b92b8cf963279c /Makefile.def | |
parent | 565e80155b9e0f3f3fad8a85617d26c797514017 (diff) | |
download | newlib-5a5996f93ecb967c13693d192bc1cd7df3cc330d.zip newlib-5a5996f93ecb967c13693d192bc1cd7df3cc330d.tar.gz newlib-5a5996f93ecb967c13693d192bc1cd7df3cc330d.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; }; |