Removed --bzip2 option for older call

This commit is contained in:
Jaroslav Kysela 2002-10-24 11:44:18 +00:00
parent c176bd92ec
commit 001d825aec

View file

@ -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