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: