summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fb6643)
raw | patch | inline | side by side (parent: 1fb6643)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 24 Sep 2007 15:58:53 +0000 (17:58 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 24 Sep 2007 15:58:53 +0000 (17:58 +0200) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index e5963bbfee44beb9bd3d31081546641f7e8796cc..e775717e4c62224c8c99179c8192a5ba87f08ff4 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_testroot
rm -f build-stamp
- -$(MAKE) clean
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) distclean
for file in config.guess config.sub; do \
if [ -e $$file.upstream ]; then \