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:
Guido van Rossum 1998-09-09 14:04:51 +00:00
parent a063303693
commit 76d1f96fe2
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
objs="$objs $obj"
case $src in
glmodule.c) ;;
/*) ;;
*) src='$(srcdir)/'$src;;
esac
case $doconfig in