summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-06 13:39:03 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-06 13:39:03 -0400
commit577883ac3202aa48d89697223ecc4e021ad8ae2b (patch)
treef0ac3f54a1d51840b2d547d3a254a76531ca73ad
parenta053fe395509d9c8796295ef124fcb5d4a56022e (diff)
don't ignore make clean error
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 620041b..f6dbf5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ clean:
dh_testroot
rm -f build-stamp
dh_clean temp-dictionary
- -$(MAKE) -i distclean
+ if [ -e Makefile ]; then $(MAKE) -i distclean; fi
binary-indep: build