mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 09:10:33 -04:00
Another fix for compiles on an empty 'po' directory.
This commit is contained in:
parent
1f06b45a48
commit
2413ac97e9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $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 $
|
||||
|
||||
# Common rules for Native Language Support (NLS)
|
||||
#
|
||||
|
|
@ -78,7 +78,7 @@ uninstall-po:
|
|||
|
||||
clean-po:
|
||||
$(if $(MO_FILES),rm -f $(MO_FILES))
|
||||
@rm -f $(addsuffix .old, $(PO_FILES))
|
||||
@$(if $(PO_FILES),rm -f $(addsuffix .old, $(PO_FILES)))
|
||||
rm -f po/$(CATALOG_NAME).pot
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue