remove all generated files on cleanup

This commit is contained in:
Alexander Deynichenko 2013-02-25 10:00:53 +04:00
parent c4eb366d36
commit dfe1e9d90e

2
debian/rules vendored
View File

@ -42,7 +42,7 @@ clean: pre-clean unpatch
dh_testroot dh_testroot
rm -f build-stamp configure-stamp rm -f build-stamp configure-stamp
find . -name "Makefile.in" | xargs rm -f 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 dh_clean
install: build install: build