Skip to content

Commit 1f06b45

Browse files
committed
Don't call rm with empty file list.
1 parent 5248e02 commit 1f06b45

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.12 2006/04/05 13:40:15 petere Exp $
1+
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.13 2008/05/17 20:24:05 petere Exp $
22

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

7878

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy