diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-11-17 07:44:43 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-11-17 07:44:43 +0000 |
commit | 5ce80c8f8e2cc1895183f2e5e1b90b4ca3fbc741 (patch) | |
tree | 1ae115dcf6ba8d39f011b2e4cc2bf35cb36491e9 | |
parent | 83ee9999035fcf1e83ac545c0b6380c2b2678a77 (diff) |
Makefile.am: TAR -> AMTAR
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2069 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 378c1880..b4a7e3b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,11 +26,11 @@ BZIP2_ENV = release: distdir -chmod -R a+r $(distdir) - GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) + GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir) rm -f $(distdir)/sylpheed.spec sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ > $(distdir)/sylpheed.spec - BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) + BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) -rm -rf $(distdir) #ACLOCAL_AMFLAGS = -I m4 |