]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Do not depend on readline if building toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Feb 2009 13:19:56 +0000 (13:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Feb 2009 13:19:56 +0000 (13:19 +0000)
lfs/bash

index 4dd835f7c0aa1c394704d73c81f24a7f951aabe3..40d9c697627531b489e0c444928ccf476dba7b4b 100644 (file)
--- 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+