diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 15:43:51 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 15:43:51 +0000 |
commit | 6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90 (patch) | |
tree | 4ceda86e35164f60eb7bf90bacb7d19e2adcd04a /package/bison | |
parent | b9cc4a53a52b8318e10615e8ceef60efab85fae0 (diff) | |
download | buildroot-novena-6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90.tar.gz buildroot-novena-6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90.zip |
- add and use BR2_BZCAT config option.
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 99685205d..7f7e5db93 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -7,7 +7,7 @@ BISON_VER:=2.3 BISON_SOURCE:=bison-$(BISON_VER).tar.bz2 BISON_SITE:=http://ftp.gnu.org/pub/gnu/bison BISON_DIR:=$(BUILD_DIR)/bison-$(BISON_VER) -BISON_CAT:=bzcat +BISON_CAT:=$(BZCAT) BISON_BINARY:=src/bison BISON_TARGET_BINARY:=usr/bin/bison |