diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-23 02:51:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-23 02:51:29 +0000 |
commit | d711e6d6c87fd08dab2c842cdeef6f3daaaf7566 (patch) | |
tree | 7f95fad0ec73188cd823294bf1da845e7f9ea912 /Makefile | |
parent | baa60da5edf6b84af8ef28d90a5cd24a05fc37c2 (diff) | |
download | anaconda-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |