summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-13 22:46:09 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-13 22:46:09 (EST)
commit513bc319fb4d99cf2b0283353cb3e92b3134de29 (patch)
tree42e3d986a01c6a4a5ac1f679657e3f538019b151 /Makefile.in
parentb58f805a45e4fe39566e02d840d260248b2d6388 (diff)
Fix 'dist-bzip2' target in input makefile.
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)'