diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 14:45:12 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 14:45:12 +0000 |
commit | b9cc4a53a52b8318e10615e8ceef60efab85fae0 (patch) | |
tree | e81e4e77692551d7d4f93cb5ea92af5a963d3708 /package/gzip/gzip.mk | |
parent | 3e2f3e55790ba64c5a2e273476b764ff5bcd368f (diff) | |
download | buildroot-novena-b9cc4a53a52b8318e10615e8ceef60efab85fae0.tar.gz buildroot-novena-b9cc4a53a52b8318e10615e8ceef60efab85fae0.zip |
- fix typo introduced in my global search and replace.
Diffstat (limited to 'package/gzip/gzip.mk')
-rw-r--r-- | package/gzip/gzip.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk index 1c420e401..2de03989d 100644 --- a/package/gzip/gzip.mk +++ b/package/gzip/gzip.mk @@ -57,7 +57,7 @@ $(GZIP_TARGET_BINARY): $(GZIP_BINARY) $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc (cd $(TARGET_DIR)/bin; \ ln -snf gzip gunzip; \ - ln -snf gzip $(ZCAT); \ + ln -snf gzip zcat; \ ln -snf zdiff zcmp; \ ln -snf zgrep zegrep; \ ln -snf zgrep zfgrep;) |