Index: src/nls-global.mk
===================================================================
RCS file: /cvsroot/pgsql/src/nls-global.mk,v
retrieving revision 1.13
diff -c -c -r1.13 nls-global.mk
*** src/nls-global.mk	17 May 2008 20:24:05 -0000	1.13
--- src/nls-global.mk	17 May 2008 20:59:27 -0000
***************
*** 78,84 ****
  
  clean-po:
  	$(if $(MO_FILES),rm -f $(MO_FILES))
! 	@rm -f $(addsuffix .old, $(PO_FILES))
  	rm -f po/$(CATALOG_NAME).pot
  
  
--- 78,84 ----
  
  clean-po:
  	$(if $(MO_FILES),rm -f $(MO_FILES))
! 	@$(if $(PO_FILES),rm -f $(addsuffix .old, $(PO_FILES)))
  	rm -f po/$(CATALOG_NAME).pot
  
  
