debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 738ad722844d54e6cf6ed0d32f1605294d41ff0b
Author: Mattia Dongili <[EMAIL PROTECTED]>
Date:   Wed Sep 12 21:47:17 2007 +0900

    Use
     [ ! -f Makefile ] || $(MAKE) distclean
    and make lintian happy
    
    Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]>

diff --git a/debian/rules b/debian/rules
index ed5016a..bb0581d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ clean-patched:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
 
        dh_clean 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to