summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-10-01 18:34:45 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-10-01 18:34:45 +0000
commit6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c (patch)
treee2b7221cd1f33b9c5d0c1a52aebe02c5714c26b4 /package/Makefile.in
parent6342c83201d5fd2acef0f3193f53b19f74b14c73 (diff)
downloadbuildroot-novena-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.tar.gz
buildroot-novena-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.zip
- add missing hung from the BR2_ZCAT introduction
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 9cd170ddf..51086888d 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -8,6 +8,8 @@ WGET:=$(strip $(subst ",, $(BR2_WGET)))
#"
SVN:=$(strip $(subst ",, $(BR2_SVN)))
#"
+ZCAT:=$(strip $(subst ",, $(BR2_ZCAT)))
+#"
TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
#"