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

Commit2413ac9

Browse files
committed
Another fix for compiles on an empty 'po' directory.
1 parent1f06b45 commit2413ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/nls-global.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.13 2008/05/1720:24:05 petere Exp $
1+
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.14 2008/05/1721:27:12 momjian Exp $
22

33
# Common rules for Native Language Support (NLS)
44
#
@@ -78,7 +78,7 @@ uninstall-po:
7878

7979
clean-po:
8080
$(if$(MO_FILES),rm -f$(MO_FILES))
81-
@rm -f$(addsuffix .old,$(PO_FILES))
81+
@$(if$(PO_FILES),rm -f$(addsuffix .old,$(PO_FILES)))
8282
rm -f po/$(CATALOG_NAME).pot
8383

8484

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp