Escape trailing whitespace so it's not lost by make(1).

This commit is contained in:
skrll 2009-08-19 10:53:27 +00:00
parent 28de1fee02
commit 7fd1fb8d11
1 changed files with 2 additions and 2 deletions

View File

@ -10837,10 +10837,10 @@ if test "${with_pkgversion+set}" = set; then
echo "$as_me: error: package version not specified" >&2;}
{ (exit 1); exit 1; }; } ;;
no) PKGVERSION= ;;
*) PKGVERSION="($withval) " ;;
*) PKGVERSION="($withval)\ " ;;
esac
else
PKGVERSION="(GNU Binutils) "
PKGVERSION="(GNU Binutils)\ "
fi;