From 121701c0b0d1802ec1571bb01c6752725932b3e9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 28 Aug 2012 08:24:04 -0400 Subject: [PATCH] gettext: fix toolchain build. --- lfs/gettext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/gettext b/lfs/gettext index 0865dffc2..b1ccbbebd 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -89,7 +89,7 @@ ifeq "$(ROOT)" "" cd $(DIR_APP) && make $(EXTRA_INSTALL) install else cd $(DIR_APP)/gettext-tools && ./configure $(EXTRA_CONFIG) - cd $(DIR_APP)/gettext-tools && make -C lib + cd $(DIR_APP)/gettext-tools && make -C gnulib-lib cd $(DIR_APP)/gettext-tools && make -C src msgfmt cd $(DIR_APP)/gettext-tools && cp -v src/msgfmt /tools/bin endif -- 2.39.2