summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-21 09:50:53 (GMT)
committerColin Watson <cjwatson@debian.org>2007-10-21 09:50:53 (GMT)
commit07bb65cc6a21ccca78d12c86c106a931af072401 (patch)
tree4893f372105e53606407e48acd6d6796ce807983 /debian/rules
parent1faf12cbd0312b3c9420180465bdf85ebe6c594f (diff)
downloaddebootstrap-07bb65cc6a21ccca78d12c86c106a931af072401.zip
debootstrap-07bb65cc6a21ccca78d12c86c106a931af072401.tar.gz
debootstrap-07bb65cc6a21ccca78d12c86c106a931af072401.tar.bz2
in fact, don't ignore 'make clean' errors at all, since the Makefile is always present
r49846
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f8a2326..dcacfc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ configure:
clean:
dh_testdir
- [ ! -f Makefile ] || $(MAKE) clean
+ $(MAKE) clean
dh_clean