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.tpl | |
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.tpl')
-rw-r--r-- | Makefile.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 9918494..98c7260 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -6,7 +6,7 @@ in # # Makefile for directory with subdirs to build. # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000, 2001, 2002 Free Software Foundation +# 1999, 2000, 2001, 2002, 2003 Free Software Foundation # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1335,7 +1335,6 @@ all-diff: maybe-all-libiberty all-fastjar: maybe-all-zlib maybe-all-libiberty all-fileutils: maybe-all-libiberty all-flex: maybe-all-libiberty maybe-all-bison maybe-all-byacc -all-grep: maybe-all-libiberty all-gzip: maybe-all-libiberty all-hello: maybe-all-libiberty all-m4: maybe-all-libiberty maybe-all-texinfo @@ -1345,7 +1344,6 @@ all-prms: maybe-all-libiberty all-recode: maybe-all-libiberty all-sed: maybe-all-libiberty all-send-pr: maybe-all-prms -all-snavigator: maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-tix maybe-all-db maybe-all-grep maybe-all-libgui all-tar: maybe-all-libiberty all-uudecode: maybe-all-libiberty |