Skip to content

Commit 2413ac9

Browse files
committed
Another fix for compiles on an empty 'po' directory.
1 parent 1f06b45 commit 2413ac9

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/17 20:24:05 petere Exp $
1+
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.14 2008/05/17 21: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)
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