From 29236a68fa54d67eaf82aa38c31dc9d9379ac59e Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 21 Oct 2006 16:47:56 +0000 Subject: [PATCH] (distclean-local): New rule --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2e9b74c..2dd1dfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,3 +26,6 @@ dist-hook: -rm -f $(distdir).cpio find $(distdir) | cpio -Hcrc -o | \ GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz + +distclean-local: + -rm -f $(PACKAGE)-$(VERSION).cpio.gz \ No newline at end of file -- 2.44.0