From: Steven Luo Date: Fri, 18 Dec 2009 12:01:58 +0000 (-0800) Subject: Fix the clean target in debian/rules X-Git-Tag: diablo-package-3.0rc1-1~6 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=245d4f8fa09e3ea603e892495c891e4b826c17dc;ds=inline Fix the clean target in debian/rules --- diff --git a/debian/rules b/debian/rules index e3dcdc4..c773a37 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,9 @@ clean: dh_testroot rm -f build-stamp configure-stamp + make clean + make -C config-ui clean + dh_clean install: build