Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f06b45 commit 2413ac9Copy full SHA for 2413ac9
src/nls-global.mk
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/src/nls-global.mk,v 1.13 2008/05/17 20:24:05 petere Exp $
+# $PostgreSQL: pgsql/src/nls-global.mk,v 1.14 2008/05/17 21:27:12 momjian Exp $
2
3
# Common rules for Native Language Support (NLS)
4
#
@@ -78,7 +78,7 @@ uninstall-po:
78
79
clean-po:
80
$(if $(MO_FILES),rm -f $(MO_FILES))
81
- @rm -f $(addsuffix .old, $(PO_FILES))
+ @$(if $(PO_FILES),rm -f $(addsuffix .old, $(PO_FILES)))
82
rm -f po/$(CATALOG_NAME).pot
83
84
0 commit comments