summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2002-06-13 17:27:13 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2002-06-13 17:27:13 +0000
commit8cacbe4fe82fb84c82317f02a5a955502672408c (patch)
tree1b30b69fb971747ed7f59cc16dde3f21c9b24b9d /Lib
parentf5caf2856ee40f497f92c6389f053e8b16ef5034 (diff)
downloadcpython-8cacbe4fe82fb84c82317f02a5a955502672408c.tar.gz
Add depends=None to the arglist for compile().
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/mwerkscompiler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/distutils/mwerkscompiler.py b/Lib/distutils/mwerkscompiler.py
index 6242f12aa1..1f71c60cea 100644
--- a/Lib/distutils/mwerkscompiler.py
+++ b/Lib/distutils/mwerkscompiler.py
@@ -62,7 +62,8 @@ class MWerksCompiler (CCompiler) :
include_dirs=None,
debug=0,
extra_preargs=None,
- extra_postargs=None):
+ extra_postargs=None,
+ depends=None):
(output_dir, macros, include_dirs) = \
self._fix_compile_args (output_dir, macros, include_dirs)
self.__sources = sources