mirror of https://github.com/python/cpython
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
to be absolute.
This commit is contained in:
parent
e1a85f5e4a
commit
fd022672a0
|
@ -189,6 +189,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
|
|||
case $src in
|
||||
glmodule.c) ;;
|
||||
/*) ;;
|
||||
\$*) ;;
|
||||
*) src='$(srcdir)/'$src;;
|
||||
esac
|
||||
case $doconfig in
|
||||
|
|
Loading…
Reference in New Issue