mirror of https://github.com/python/cpython
Michael P. Reilly suggested this fix: makesetup wants to prepend
"$(srcdir)/" before all source files even when is starts with "/".
This commit is contained in:
parent
a063303693
commit
76d1f96fe2
|
@ -179,6 +179,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
|
|||
objs="$objs $obj"
|
||||
case $src in
|
||||
glmodule.c) ;;
|
||||
/*) ;;
|
||||
*) src='$(srcdir)/'$src;;
|
||||
esac
|
||||
case $doconfig in
|
||||
|
|
Loading…
Reference in New Issue