mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue