summaryrefslogtreecommitdiffstats
path: root/debian/patchsys-quilt.mk
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2004-02-25 18:16:50 +0000
committerMartin Quinson <mquinson@debian.org>2004-02-25 18:16:50 +0000
commitd025711df31aa41f6beb0d573cba110d9831066e (patch)
tree2087b6c84edc582cc591c03c508ba0186eb37444 /debian/patchsys-quilt.mk
parent510e6f3199a13258f70ee7d0db07d53dc58fd684 (diff)
downloadquilt-d025711df31aa41f6beb0d573cba110d9831066e.tar.gz
Remove the stamp-patch in reverse-patches instead of clean
Diffstat (limited to 'debian/patchsys-quilt.mk')
-rw-r--r--debian/patchsys-quilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patchsys-quilt.mk b/debian/patchsys-quilt.mk
index 0639a74..bd1c386 100644
--- a/debian/patchsys-quilt.mk
+++ b/debian/patchsys-quilt.mk
@@ -61,7 +61,6 @@ DEB_QUILT_CMD = $(if $(DEB_QUILT_PATCHDIR_LINK),QUILT_PATCHES=$(DEB_QUILT_PATCHD
post-patches:: apply-patches
clean:: reverse-patches
- rm -f debian/stamp-patch*
# The patch subsystem
apply-patches: pre-build debian/stamp-patched
@@ -83,5 +82,6 @@ reverse-patches:
fi ; \
fi
rm -rf .pc
+ rm -f debian/stamp-patch*
endif