Code

Do not ignore "make clean" errors.
authorSebastian Harl <sh@tokkee.org>
Sat, 6 Oct 2007 19:53:44 +0000 (21:53 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 6 Oct 2007 19:53:44 +0000 (21:53 +0200)
debian/rules

index cee782004fef76510c93cb9b2490e19f75ec703c..435de26ce4e400b5ccebdcfb6213e3c2838b550d 100755 (executable)
@@ -56,7 +56,7 @@ clean: unpatch
        dh_testroot
        rm -f build-stamp
        
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
        
        rm -f debian/README.Debian.plugins