summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-02 18:57:07 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-02 18:57:07 +0200
commitc506865688224c46cf4447c6e8f5bac162ee9d87 (patch)
tree041d8c1b0754f329efe53fe162e6527e4f5069fc /packages
parentf5d5849c37b4ad962a182f528d72acabb771dc74 (diff)
downloadembtoolkit-c506865688224c46cf4447c6e8f5bac162ee9d87.tar.gz
embtoolkit-c506865688224c46cf4447c6e8f5bac162ee9d87.tar.bz2
embtoolkit-c506865688224c46cf4447c6e8f5bac162ee9d87.tar.xz
Packages: gettext: cosmetic change to use lower case with generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/misc/gettext/gettext.mk6
1 files changed, 3 insertions, 3 deletions
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: