Fix makefile logic to not break the build when xgettext is missing

Peter Eisentraut <peter_e@gmx.net>

Commit: 30e749dece0e6502d4dd0a3b2892eab61f8c073b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-10-14T20:16:46Z
Releases: 9.1.0
Fix makefile logic to not break the build when xgettext is missing

xgettext is only required when make init-po is run manually; it is not
required for a build.  The intent to handle that was already there, but
the ifdef's were in the wrong place.

Files

PathChange+/−
src/nls-global.mk modified +8 −4