summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2004-12-25 20:33:19 +0000
committerBrian Tarricone <brian@tarricone.org>2004-12-25 20:33:19 +0000
commita6a83700ac050237cee7cc9d4dfedc8bbcfee375 (patch)
treea27d6714838894b2953b41c57f907c388f397a05 /Makefile.am
parentc7be6d4ac96d65367aaed52aa5dc043312e2f23c (diff)
downloadxfce4-session-a6a83700ac050237cee7cc9d4dfedc8bbcfee375.tar.gz
fix distcheck-bz2
(Old svn revision: 4750)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e097bd65..46ad73a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,4 +40,4 @@ dist-bz2: dist
zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
distcheck-bz2: distcheck
- zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION)$.tar.bz2
+ zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2