Kaydet (Commit) fd022672 authored tarafından Skip Montanaro's avatar Skip Montanaro

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

to be absolute.
üst e1a85f5e
...@@ -189,6 +189,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' | ...@@ -189,6 +189,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
case $src in case $src in
glmodule.c) ;; glmodule.c) ;;
/*) ;; /*) ;;
\$*) ;;
*) src='$(srcdir)/'$src;; *) src='$(srcdir)/'$src;;
esac esac
case $doconfig in case $doconfig in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment