Changed order so 'clean' is right after the 'build' commands.
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
index 56c26fe..95bce8d 100644
--- a/Lib/distutils/command/__init__.py
+++ b/Lib/distutils/command/__init__.py
@@ -10,12 +10,12 @@
            'build_ext',
            'build_clib',
            'build_scripts',
+           'clean',
            'install',
            'install_lib',
            'install_headers',
            'install_scripts',
            'install_data',
-           'clean',
            'sdist',
            'bdist',
            'bdist_dumb',