diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-06-10 04:35:30 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-06-10 04:44:05 +0200 |
commit | 9f8e9b112ceec13400c76e62d791fdc7a2a37ea2 (patch) | |
tree | caded2708e5ea32536bbce046edb306a6d8db007 /debian/rules | |
parent | 6a09b3ae8a4611f9e7e0130498f4a6120a4889e2 (diff) | |
download | screen-9f8e9b112ceec13400c76e62d791fdc7a2a37ea2.tar.gz |
No more clean up manually what dh_clean can clean up.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 0e6dabd..ff2d5f6 100755 --- a/debian/rules +++ b/debian/rules @@ -24,12 +24,10 @@ endif clean: dh_testdir dh_testroot - rm -f configure-stamp build-stamp install-stamp test ! -s doc/Makefile || $(MAKE) -C doc realclean test ! -s Makefile || ! grep -q clean Makefile || $(MAKE) realclean - rm -f config.log config.status Makefile dh_autoreconf_clean - dh_clean + dh_clean config.log config.status Makefile configure: configure-stamp configure-stamp: |