summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 02:51:29 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 02:51:29 +0000
commitd711e6d6c87fd08dab2c842cdeef6f3daaaf7566 (patch)
tree7f95fad0ec73188cd823294bf1da845e7f9ea912 /Makefile
parentbaa60da5edf6b84af8ef28d90a5cd24a05fc37c2 (diff)
downloadanaconda-d711e6d6c87fd08dab2c842cdeef6f3daaaf7566.tar.gz
anaconda-d711e6d6c87fd08dab2c842cdeef6f3daaaf7566.tar.xz
anaconda-d711e6d6c87fd08dab2c842cdeef6f3daaaf7566.zip
fix pycheck target to get the iw stuff too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 814e1a67b..c71e1b5a5 100644
--- a/Makefile
+++ b/Makefile
@@ -112,4 +112,4 @@ create-archive:
make SNAPRELEASE=$(RELEASE) create-snapshot
pycheck:
- PYTHONPATH=edd:isys:balkan:textw:iw pychecker *.py textw/*.py gui/*.py | grep -v "__init__() not called"
+ PYTHONPATH=edd:isys:balkan:textw:iw pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called"