summaryrefslogtreecommitdiffstats
path: root/debian/patches/distclean_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/distclean_fix.patch')
-rw-r--r--debian/patches/distclean_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/distclean_fix.patch b/debian/patches/distclean_fix.patch
new file mode 100644
index 0000000..b0146f4
--- /dev/null
+++ b/debian/patches/distclean_fix.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -255,7 +255,7 @@ clean:
+ distclean: dist-clean
+
+ dist-clean: clean
+- $(RM) -f config.log config.status config.cache Makefile include/config.h
++ $(RM) -f config.log config.status config.cache Makefile include/config.h include/stamp-h*
+ $(RM) -f include/config.h.in configure $(SPEC)
+ $(RM) -rf autom4te.cache
+