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
commit9606173a48b2620e8678a6fc71dc410dbaacabdb (patch)
tree52c3633bfea3e3058086249cba8884e325b088f2 /Makefile.am
parent4a305903bcb00ee203082384c923b369583cb5a6 (diff)
downloadxfwm4-9606173a48b2620e8678a6fc71dc410dbaacabdb.tar.gz
fix distcheck-bz2
(Old svn revision: 12242)
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 a3381dfec..e38aaba1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,4 +20,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