summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-21 09:49:48 (GMT)
committerColin Watson <cjwatson@debian.org>2007-10-21 09:49:48 (GMT)
commit1faf12cbd0312b3c9420180465bdf85ebe6c594f (patch)
tree54f39acb5c798d917adc0b700a4b7816da8e5f47 /debian/rules
parent5eee9af87a17cf2a75fe8ebf93e41a12daba7715 (diff)
downloaddebootstrap-1faf12cbd0312b3c9420180465bdf85ebe6c594f.zip
debootstrap-1faf12cbd0312b3c9420180465bdf85ebe6c594f.tar.gz
debootstrap-1faf12cbd0312b3c9420180465bdf85ebe6c594f.tar.bz2
* Don't ignore 'make clean' errors other than missing Makefiles.
r49845
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 2888f82..f8a2326 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ configure:
clean:
dh_testdir
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean