From f11af2bcab36b51a7e41df7986d6f030459d7d09 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 6 Mar 2013 20:25:25 -0500 Subject: Adjust nls.mk for split out of wait_error.c --- src/bin/initdb/nls.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/initdb') 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 -- cgit v1.2.3