pgsql: Fix makefile logic to not break the build when xgettext is missi

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix makefile logic to not break the build when xgettext is missi
Date: 2010-10-14 20:25:39
Message-ID: E1P6UMt-0007Gs-Fz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=30e749dece0e6502d4dd0a3b2892eab61f8c073b

Modified Files
--------------
src/nls-global.mk | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-14 20:58:35 pgsql: Support MergeAppend plans, to allow sorted output from append re
Previous Message Simon Riggs 2010-10-14 18:31:35 pgsql: Improvements to docs about pg_archive_cleanup and use of archive