(distclean-local): New rule

This commit is contained in:
Sergey Poznyakoff
2006-10-21 16:47:56 +00:00
parent a4b1564d4a
commit 29236a68fa

View File

@@ -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