- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971

Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
This commit is contained in:
Bernhard Reutner-Fischer
2006-10-01 15:17:52 +00:00
parent 859b9137fd
commit 6342c83201
109 changed files with 115 additions and 115 deletions

View File

@@ -7,7 +7,7 @@ READLINE_VER:=5.1
READLINE_SITE:=ftp://ftp.cwru.edu/pub/bash
READLINE_SOURCE:=readline-$(READLINE_VER).tar.gz
READLINE_DIR:=$(BUILD_DIR)/readline-$(READLINE_VER)
READLINE_CAT:=zcat
READLINE_CAT:=$(ZCAT)
READLINE_BINARY:=libhistory.a
READLINE_TARGET_BINARY:=lib/$(READLINE_BINARY)