diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-06 20:55:11 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-06 20:55:11 +0000 |
commit | e50ab007280b935bf4e5dcd1e124c3dee814c104 (patch) | |
tree | 2889186f863c1efbc6518e720ea93e4c9ab9b40c /Makefile.def | |
parent | b3d77230112bcbba3ad98ed09745e8ed07aa4f6a (diff) | |
download | gcc-e50ab007280b935bf4e5dcd1e124c3dee814c104.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62496 138bc75d-0d04-0410-961f-82ee72b054a4
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; }; |