From: Michael Tremer Date: Wed, 25 Feb 2009 13:19:56 +0000 (+0000) Subject: Do not depend on readline if building toolchain. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa50a023d0214a7196df61a569ddb4a77e6f33fb;p=ipfire-3.x.git Do not depend on readline if building toolchain. --- diff --git a/lfs/bash b/lfs/bash index 4dd835f7c..40d9c6976 100644 --- a/lfs/bash +++ b/lfs/bash @@ -38,7 +38,9 @@ MAINTAINER = GROUP = System/Tools EXTRA = no DEBUG = no -DEPS = readline +ifneq "$(STAGE)" "toolchain" + DEPS = readline +endif URL = http://www.gnu.org/software/bash/ LICENSE = GPLv2+