From 6e75833cb70f1eeca17066b7b27c9b1bc3dc42c1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 7 Dec 2006 14:33:17 +0000 Subject: [PATCH] (distclean-local): Fixed --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0