From: Sergey Poznyakoff Date: Thu, 7 Dec 2006 14:33:17 +0000 (+0000) Subject: (distclean-local): Fixed X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6e75833cb70f1eeca17066b7b27c9b1bc3dc42c1;p=chaz%2Ftar (distclean-local): Fixed --- diff --git a/Makefile.am b/Makefile.am index 2dd1dfe..b8e5719 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,4 +28,4 @@ dist-hook: GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz distclean-local: - -rm -f $(PACKAGE)-$(VERSION).cpio.gz \ No newline at end of file + -rm -f $(distdir).cpio.gz