SVN commit 10115 by rakuco: py-qt4-core: Use Python's compileall.py instead of py_compile.py. compileall.py handles the job of recursing into all subdirectories and byte-compiling all modules it finds, and spares us from using manual `ls' constructs. M +7 -6 Makefile