From: Takashi Iwai Date: Mon, 7 Oct 2002 10:41:57 +0000 (+0000) Subject: - using $(AMTAR) instead or $(TAR) in the Makefile.am X-Git-Tag: v1.0.3~116 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b15bba05e42c98fc98aa68a6ba821d9a6074a4f8;p=alsa-utils.git - using $(AMTAR) instead or $(TAR) in the Makefile.am - using -j instead of -I to compress using bzip2 rather than gzip --- diff --git a/Makefile.am b/Makefile.am index f3953ac..678e409 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,4 +7,4 @@ rpm: dist dist-hook: -chmod -R a+r $(distdir) - $(TAR) cvIf $(distdir).tar.bz2 $(distdir) + $(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)