]> granicus.if.org Git - python/commitdiff
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
authorGreg Ward <gward@python.net>
Mon, 6 Mar 2000 03:37:45 +0000 (03:37 +0000)
committerGreg Ward <gward@python.net>
Mon, 6 Mar 2000 03:37:45 +0000 (03:37 +0000)
Lib/distutils/command/build_clib.py

index 7a6ef7a802be7502500439d742dad1df8d51aa69..c49e3ca73720fe70c13a88738cb0457f20a98957 100644 (file)
@@ -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)