New submission from Skip Montanaro <[EMAIL PROTECTED]>: The "clean" target in the makefile fails to delete the libpython.a file and the libpython.so.X.Y file (should you have configured using --enable-shared). The attached trivial patch solves that problem. The patch is against the trunk as of just before the 2.6 final release. It will almost certainly apply cleanly to the py3k version as well.
---------- components: Build keywords: easy, patch messages: 74128 nosy: skip.montanaro priority: normal severity: normal status: open title: make clean fails to delete .a and .so.X.Y files type: behavior _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4007> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com