From: Jaroslav Kysela Date: Thu, 24 Oct 2002 11:44:18 +0000 (+0000) Subject: Removed --bzip2 option for older call X-Git-Tag: v1.0.3~104 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=001d825aec90c2e2b3b52d70eee7fa4b8b57132e;p=alsa-utils.git Removed --bzip2 option for older call --- diff --git a/Makefile.am b/Makefile.am index 4e682bf..ae13599 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,5 +10,5 @@ dist-hook: @if ! test -z "$(AMTAR)"; then \ $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ else \ - $(TAR) --create --verbose --bzip2 --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ + $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ fi