From c506865688224c46cf4447c6e8f5bac162ee9d87 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 2 Jul 2011 18:57:07 +0200 Subject: Packages: gettext: cosmetic change to use lower case with generic macros Signed-off-by: Abdoulaye Walsimou Gaye --- packages/misc/gettext/gettext.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/misc/gettext') diff --git a/packages/misc/gettext/gettext.mk b/packages/misc/gettext/gettext.mk index 8e57677..3aac5ae 100644 --- a/packages/misc/gettext/gettext.mk +++ b/packages/misc/gettext/gettext.mk @@ -53,15 +53,15 @@ GETTEXT_CONFIGURE_OPTS := --enable-relocatable --with-included-gettext \ GETTEXT_DEPS = ncurses_install libxml2_install gettext_install: - $(call embtk_install_pkg,GETTEXT) + $(call embtk_install_pkg,gettext) @test -e $(GETTEXT_BUILD_DIR)/.patchlibtool || \ $(MAKE) $(GETTEXT_BUILD_DIR)/.patchlibtool download_gettext: - $(call embtk_download_pkg,GETTEXT) + $(call embtk_download_pkg,gettext) gettext_clean: - $(call embtk_cleanup_pkg,GETTEXT) + $(call embtk_cleanup_pkg,gettext) #FIXME: this should be fixed in gettext project $(GETTEXT_BUILD_DIR)/.patchlibtool: -- cgit v1.2.3