mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
to be absolute.
This commit is contained in:
parent
e1a85f5e4a
commit
fd022672a0
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
|
|||
case $src in
|
||||
glmodule.c) ;;
|
||||
/*) ;;
|
||||
\$*) ;;
|
||||
*) src='$(srcdir)/'$src;;
|
||||
esac
|
||||
case $doconfig in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue