xmlpool/build: Make sure to set mo properly
authorNaohiro Aota <naota@elisp.net>
Mon, 24 Jun 2013 08:53:10 +0000 (17:53 +0900)
committerMatt Turner <mattst88@gmail.com>
Wed, 26 Jun 2013 04:22:56 +0000 (21:22 -0700)
commit95e145aaee1c535aa4d55b1765c717968efdf18c
tree9f875b4c7f98ff8d20ed1b46eeba30d9f2550399
parent04e03d964578114add4baf30fc77eb8c867fccd9
xmlpool/build: Make sure to set mo properly

Some shells does not set variables sequentially in a statement i.e. "a=X
b=${a}" won't set "b" to "X" but empty value.

This patch introduce ";" to make sure "mo" is set properly before "lang"
assignment.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=471302
src/mesa/drivers/dri/common/xmlpool/Makefile.am