diff options
| author | Peter Eisentraut | 2013-10-19 14:20:51 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2013-10-19 14:20:51 +0000 |
| commit | 2e6bc4b806ca92433932b34c019293a201f03e11 (patch) | |
| tree | da86b5248e9a02cfc344f3fb4fd135e6814edcf0 /src/bin | |
| parent | ba7c5975adea74c6f17bdb0e0427ad85962092a2 (diff) | |
Move rmtree() from libpgport to libpgcommon
It requires pgfnames() from libpgcommon.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/initdb/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/nls.mk b/src/bin/initdb/nls.mk index 8febf184403..377e75970b8 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 pl pt_BR ru zh_CN -GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/wait_error.c ../../port/dirmod.c +GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/wait_error.c ../../port/dirmod.c GETTEXT_TRIGGERS = simple_prompt |
