summaryrefslogtreecommitdiffstats
path: root/rules/gettext.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-20 09:44:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-20 09:44:52 +0200
commit65fcce610bbe37243bfe32493b0c173075b9a2f9 (patch)
tree25ead38853cb4d10f24c143a5123796973c720a5 /rules/gettext.make
parent6eeda24bd0f0e25a38c4628f48d949804429ae53 (diff)
downloadptxdist-65fcce610bbe37243bfe32493b0c173075b9a2f9.tar.gz
ptxdist-65fcce610bbe37243bfe32493b0c173075b9a2f9.tar.xz
gettext: fix new version
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gettext.make')
-rw-r--r--rules/gettext.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gettext.make b/rules/gettext.make
index 2b3c83db4..e4b47fa4b 100644
--- a/rules/gettext.make
+++ b/rules/gettext.make
@@ -72,10 +72,10 @@ $(STATEDIR)/gettext.targetinstall:
@$(call install_copy, gettext, 0, 0, 0755, -, /usr/bin/xgettext)
@$(call install_copy, gettext, 0, 0, 0755, -, /usr/bin/gettext)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextlib-0.18.3.so)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextlib-$(GETTEXT_VERSION).so)
@$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libasprintf.so.0.0.0)
@$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextpo.so.0.5.2)
- @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-0.18.3.so)
+ @$(call install_copy, gettext, 0, 0, 0644, -, /usr/lib/libgettextsrc-$(GETTEXT_VERSION).so)
@$(call install_finish, gettext)