mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add missing GETTEXT_FLAGS entry
This commit is contained in:
parent
1201e0f038
commit
37ef8e1dfe
1 changed files with 2 additions and 1 deletions
|
|
@ -11,4 +11,5 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
|||
../../common/wait_error.c ../../port/thread.c
|
||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
|
||||
HELP0 HELPN N_ simple_prompt simple_prompt_extended
|
||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|
||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
|
||||
HELPN:1:c-format
|
||||
|
|
|
|||
Loading…
Reference in a new issue