]> Dogcows Code - chaz/tar/commitdiff
(distclean-local): New rule
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 21 Oct 2006 16:47:56 +0000 (16:47 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 21 Oct 2006 16:47:56 +0000 (16:47 +0000)
Makefile.am

index 2e9b74c3c4c25d0132abc23b8e7988745841ec03..2dd1dfe7f88c78c0ec63f9f43d3857ff1eff0b93 100644 (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
\ No newline at end of file
This page took 0.023564 seconds and 4 git commands to generate.