summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-10-02 21:51:13 -0400
committerJames Bowes <jbowes@redhat.com>2007-10-02 22:02:47 -0400
commit63e937cf144f0c61811bb6d842cfc22838a6b851 (patch)
tree7ccea04d35084633a2c16b5212cd635204e3a640 /scripts
parent1ce955ec36f775d8fde2cb9d7943178e8b9d60da (diff)
downloadthird_party-func-63e937cf144f0c61811bb6d842cfc22838a6b851.tar.gz
third_party-func-63e937cf144f0c61811bb6d842cfc22838a6b851.tar.xz
third_party-func-63e937cf144f0c61811bb6d842cfc22838a6b851.zip
Fix up recursive pylint and pychecker rules.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/Makefile3
1 files changed, 2 insertions, 1 deletions
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