* Minor improvement to debian/rules clean.

This commit is contained in:
Joey Hess
2007-10-19 20:32:58 -04:00
parent 9edefc1c48
commit d39d884f1b
2 changed files with 4 additions and 3 deletions

2
debian/rules vendored
View File

@@ -14,7 +14,7 @@ clean:
dh_testroot
rm -f build-stamp
perl Makefile.PL
-$(MAKE) realclean
if [ -e Makefile ]; then $(MAKE) realclean; fi
dh_clean
binary-arch: build