From 63e937cf144f0c61811bb6d842cfc22838a6b851 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Tue, 2 Oct 2007 21:51:13 -0400 Subject: Fix up recursive pylint and pychecker rules. --- scripts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index 86a3db8..a4cc7e1 100755 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -15,5 +15,6 @@ pychecker:: @$(PYCHECKER) $(PYFILES) || exit 0 pyflakes:: +ifneq ($(PYFILES)x, x) @$(PYFLAKES) $(PYFILES) || exit 0 - +endif -- cgit