From 513bc319fb4d99cf2b0283353cb3e92b3134de29 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 13 Feb 2012 22:46:09 -0500 Subject: Fix 'dist-bzip2' target in input makefile. --- (limited to 'Makefile.in') 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)' -- cgit v0.9.1