File indexing completed on 2025-01-05 05:12:55

0001 GETTEXT_DEPLOY_DIR = $(DEPLOY_DIR)
0002 GETTEXT_INSTALL_DIR = $(INSTALL_DIR)/gettext
0003 
0004 $(GETTEXT_INSTALL_DIR):
0005         $(MAKE) -C ../gettext buildinstall
0006