Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit713a9f2

Browse files
committed
Add libpgcommon to backend gettext source files
This ought to have been done when libpgcommon was split off fromlibpgport.
1 parent07bf703 commit713a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
1313
report_invalid_record:2:c-format
1414

1515
gettext-files: distprep
16-
find$(srcdir)/$(srcdir)/../port/ -name'*.c' -print| LC_ALL=C sort>$@
16+
find$(srcdir)/$(srcdir)/../common/$(srcdir)/../port/ -name'*.c' -print| LC_ALL=C sort>$@
1717

1818
my-clean:
1919
rm -f gettext-files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp