nls-global.mk: search build dir for source files, too

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 81f51b7c3f53340ba59fd818a70007c61d4e3e74
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-06-07T22:55:18Z
Releases: 9.4.9
nls-global.mk: search build dir for source files, too

In VPATH builds, the build directory was not being searched for files in
GETTEXT_FILES, leading to failure to construct the .pot files.  This has
bit me all along, but never hard enough to get it fixed; I suppose not a
lot of people uses VPATH and NLS-enabled builds, and those that do,
don't do "make update-po" often.

This is a longstanding problem, so backpatch all the way back.

Files

PathChange+/−
src/nls-global.mk modified +2 −2