From 466ef0ee61369315c5a3f7a392dd70f6ee59b34a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 24 Oct 2002 11:44:44 +0000 Subject: [PATCH] Removed --bzip2 option for older tar call --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 263b55e9..f2d6d87f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ 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 doc-dummy: -- 2.11.0