diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-23 15:23:41 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-23 15:23:41 +0000 |
commit | e77242bf31acba871ca3fcaab8cfb808d363262c (patch) | |
tree | 4c0dfb337daccee403bb00992277c13887cde9e6 | |
parent | 14514d2217f770a3a3baefacaa59acf75ad351dd (diff) |
use stricter distclean run in clean target as suggested by lintian
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@314 ef36b2f9-881f-0410-afb5-c4e39611909c
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index dd13a41..7b2d278 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean debconf-updatepo --verbose |