File indexing completed on 2024-05-12 05:42:57

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