]> granicus.if.org Git - python/commit
Added kludge to deal with the "./ld_so_aix" problem: force all strings
authorGreg Ward <gward@python.net>
Wed, 19 Apr 2000 02:22:07 +0000 (02:22 +0000)
committerGreg Ward <gward@python.net>
Wed, 19 Apr 2000 02:22:07 +0000 (02:22 +0000)
commitb1e4a6e10186873f61fdd57340b67f420ba4901d
tree8726cc59ab18c9fb4cf1520e03f56b575054e142
parent434ef8fe942908c1c78a44271694f504eec4bc78
Added kludge to deal with the "./ld_so_aix" problem: force all strings
in the Makefile that start with "./" to be absolute paths (with the
implied root being the directory where the Makefile itself was found).
Lib/distutils/sysconfig.py