OSDN Git Service

Removed --bzip2 option for older tar call
authorJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 11:44:44 +0000 (11:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 11:44:44 +0000 (11:44 +0000)
Makefile.am

index 263b55e..f2d6d87 100644 (file)
@@ -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: