From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:39:53 +0000 (+0000) Subject: needs to delete files on error due to > stuff X-Git-Url: https://git.donarmstrong.com/?p=debian%2Fdebian-policy.git;a=commitdiff_plain;h=28090198cb3a234c6e2b6555eff23313c9f495ea needs to delete files on error due to > stuff Author: joy Date: 2003/05/10 18:08:57 needs to delete files on error due to > stuff git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-223 --- diff --git a/debconf_spec/Makefile b/debconf_spec/Makefile index a34ade7..4541686 100644 --- a/debconf_spec/Makefile +++ b/debconf_spec/Makefile @@ -10,3 +10,5 @@ all: debconf_specification.txt debconf_specification.html clean: rm -f *.css *.html *.txt *.txt.gz + +.DELETE_ON_ERROR: