changeset 3081:71ca96663e2c

Compile and install gettext runtime tools
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 23 Jun 2013 23:33:40 -0400
parents c0222ce8760d
children fae995570da2
files src/gettext.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gettext.mk	Sun Jun 23 23:33:40 2013 -0400
+++ b/src/gettext.mk	Sun Jun 23 23:33:40 2013 -0400
@@ -25,5 +25,5 @@
         --without-libexpat-prefix \
         --without-libxml2-prefix \
         CONFIG_SHELL=$(SHELL) && $(CONFIGURE_POST_HOOK)
-    $(MAKE) -C '$(1)/gettext-runtime/intl' -j '$(JOBS)' install
+    $(MAKE) -C '$(1)/gettext-runtime' -j '$(JOBS)' install
 endef