Commit 1f06b45a authored by Peter Eisentraut's avatar Peter Eisentraut

Don't call rm with empty file list.

parent 5248e02b
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.12 2006/04/05 13:40:15 petere Exp $ # $PostgreSQL: pgsql/src/nls-global.mk,v 1.13 2008/05/17 20:24:05 petere Exp $
# Common rules for Native Language Support (NLS) # Common rules for Native Language Support (NLS)
# #
...@@ -77,7 +77,7 @@ uninstall-po: ...@@ -77,7 +77,7 @@ uninstall-po:
clean-po: clean-po:
rm -f $(MO_FILES) $(if $(MO_FILES),rm -f $(MO_FILES))
@rm -f $(addsuffix .old, $(PO_FILES)) @rm -f $(addsuffix .old, $(PO_FILES))
rm -f po/$(CATALOG_NAME).pot rm -f po/$(CATALOG_NAME).pot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment