don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely

to be absolute.
This commit is contained in:
Skip Montanaro 2000-07-06 17:58:06 +00:00
parent e1a85f5e4a
commit fd022672a0
1 changed files with 1 additions and 0 deletions

View File

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