diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-03-06 20:25:25 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-03-06 20:26:14 -0500 |
commit | f11af2bcab36b51a7e41df7986d6f030459d7d09 (patch) | |
tree | daba28063810d112c61c32e84a678db1d5c83cde | |
parent | e11cb8ba2c9134c9f16253213f2f0cf089c5838e (diff) | |
download | postgresql-f11af2bcab36b51a7e41df7986d6f030459d7d09.tar.gz postgresql-f11af2bcab36b51a7e41df7986d6f030459d7d09.zip |
Adjust nls.mk for split out of wait_error.c
-rw-r--r-- | src/bin/initdb/nls.mk | 2 | ||||
-rw-r--r-- | src/bin/psql/nls.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/nls.mk b/src/bin/initdb/nls.mk index 0699f36f5f3..cda5b5bb811 100644 --- a/src/bin/initdb/nls.mk +++ b/src/bin/initdb/nls.mk @@ -1,5 +1,5 @@ # src/bin/initdb/nls.mk CATALOG_NAME = initdb AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW -GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c +GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c ../../port/wait_error.c GETTEXT_TRIGGERS = simple_prompt diff --git a/src/bin/psql/nls.mk b/src/bin/psql/nls.mk index 0cf18dc3729..d9eba04c67d 100644 --- a/src/bin/psql/nls.mk +++ b/src/bin/psql/nls.mk @@ -4,6 +4,6 @@ AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \ mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \ tab-complete.c variables.c \ - ../../port/exec.c + ../../port/exec.c ../../port/wait_error.c GETTEXT_TRIGGERS = N_ psql_error simple_prompt GETTEXT_FLAGS = psql_error:1:c-format |