From eb3f75e636316c7ee1edeb42b4ae2c0de9665f8c Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Mon, 6 Mar 2000 03:37:45 +0000 Subject: Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. --- Lib/distutils/command/build_clib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py index 7a6ef7a..c49e3ca 100644 --- a/Lib/distutils/command/build_clib.py +++ b/Lib/distutils/command/build_clib.py @@ -183,7 +183,6 @@ class build_clib (Command): include_dirs = build_info.get ('include_dirs') objects = self.compiler.compile (sources, output_dir=self.build_temp, - keep_dir=1, macros=macros, include_dirs=include_dirs, debug=self.debug) -- cgit v0.12