summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 994eacf..151d5f2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,5 +101,5 @@ dist dist-gzip: distdir
@rm -Rf '$(distdir)'
dist-bzip2: distdir
- @tar -cf - '$(distdir)' | bzip2 -9c > '$(destdir).tar.bz2'
+ @tar -cf - '$(distdir)' | bzip2 -9c > '$(distdir).tar.bz2'
@rm -Rf '$(distdir)'