From 28090198cb3a234c6e2b6555eff23313c9f495ea Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:39:53 +0000 Subject: [PATCH] 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 --- debconf_spec/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.5