diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 16:04:05 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 16:04:05 +0100 |
commit | bb405c2bde59ac023fc1e30a9370ca48d103931d (patch) | |
tree | f8e94a3e967eb70f62c03ef7eb409642c4ab756c | |
parent | 5336cd681c927f629a2b191338a91a47abc551ab (diff) | |
download | lcd4linux-bb405c2bde59ac023fc1e30a9370ca48d103931d.tar.gz |
tidy up clean rule, thank you lintian
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 592076d..7f02e2c 100755 --- a/debian/rules +++ b/debian/rules @@ -50,9 +50,8 @@ build-stamp: config.status clean: dh_testdir dh_testroot - rm -f build-stamp - -$(MAKE) distclean - dh_clean + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean build-stamp install: build dh_testdir |