summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-03-02 01:57:12 (GMT)
committerGreg Ward <gward@python.net>2000-03-02 01:57:12 (GMT)
commit76ec0d6d76bf2416d92a51f0317cfe1094e9e5f6 (patch)
tree21d5c8311d7503aba59375b308ca5706c2cf6ebf /Lib/distutils/command/build.py
parent3ce77fd05ed00168f618b63401d770ccc4f04b09 (diff)
downloadcpython-76ec0d6d76bf2416d92a51f0317cfe1094e9e5f6.zip
cpython-76ec0d6d76bf2416d92a51f0317cfe1094e9e5f6.tar.gz
cpython-76ec0d6d76bf2416d92a51f0317cfe1094e9e5f6.tar.bz2
Renamed 'build_lib' command to 'build_clib':
* replaced build_lib.py with build_clib.py * renamed the class in build_clib.py * changed all references to 'build_lib' command in other command classes
Diffstat (limited to 'Lib/distutils/command/build.py')
-rw-r--r--Lib/distutils/command/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py
index d81bc88..97466fd 100644
--- a/Lib/distutils/command/build.py
+++ b/Lib/distutils/command/build.py
@@ -87,7 +87,7 @@ class build (Command):
# be needed by extension modules, so obviously have to be done
# first!
if self.distribution.libraries:
- self.run_peer ('build_lib')
+ self.run_peer ('build_clib')
# And now 'build_ext' -- compile extension modules and put them
# into the build tree