]> granicus.if.org Git - postgresql/commit
Fix makefile logic to not break the build when xgettext is missing
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 14 Oct 2010 19:15:46 +0000 (22:15 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 14 Oct 2010 20:16:46 +0000 (23:16 +0300)
commit30e749dece0e6502d4dd0a3b2892eab61f8c073b
tree4486a07acfc78463d22565a4380d0298e8fbb773
parent402e11913fe05a7523828554cc2de3f1eb982d9c
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.
src/nls-global.mk