The version of grep we use is has not yet been restored to

the gnu download site.  Use the source from the debian site
instead.
This commit is contained in:
Eric Andersen 2003-11-03 10:02:53 +00:00
parent 19b58108f8
commit 31869eaac8

View File

@ -3,10 +3,10 @@
# grep
#
#############################################################
GNUGREP_SOURCE:=grep-2.5.1.tar.bz2
GNUGREP_SITE:=ftp://ftp.gnu.org/gnu/grep
GNUGREP_SOURCE:=grep_2.5.1.orig.tar.gz
GNUGREP_SITE:=http://ftp.debian.org/debian/pool/main/g/grep/
GNUGREP_DIR:=$(BUILD_DIR)/grep-2.5.1
GNUGREP_CAT:=bzcat
GNUGREP_CAT:=zcat
GNUGREP_BINARY:=src/grep
GNUGREP_TARGET_BINARY:=bin/grep