From dfe1e9d90ed204cfc0dd4c8531b97f255c033b75 Mon Sep 17 00:00:00 2001 From: Alexander Deynichenko Date: Mon, 25 Feb 2013 10:00:53 +0400 Subject: [PATCH] remove all generated files on cleanup --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2df89d6..07016a7 100644 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ clean: pre-clean unpatch dh_testroot rm -f build-stamp configure-stamp find . -name "Makefile.in" | xargs rm -f - rm -f configure ltmain.sh aclocal.m4 config.sub config.guess + rm -f configure ltmain.sh aclocal.m4 config.sub config.guess depcomp install-sh missing dh_clean install: build