From: Peter Korsgaard Date: Mon, 1 Feb 2016 16:19:36 +0000 (+0100) Subject: package/Makefile.in: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3779afc112c2a9b0f6c5825b278d31d633e1c71;p=buildroot.git package/Makefile.in: fix typo Commit dc95d50fe3ee (correct gettext handling for musl) introduced a last minute typo, fix that. Thanks to Thomas Petazzoni for noticing. Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.in b/package/Makefile.in index 96d93b07a9..dd595e2b77 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -345,7 +345,7 @@ endif # http://www.openwall.com/lists/musl/2015/04/16/3 ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y) BR2_GT_CV_FUNC_GNUGETTEXT_LIBC = \ - gt_cv_func_gnugettext1_libc=yes + gt_cv_func_gnugettext1_libc=yes \ gt_cv_func_gnugettext2_libc=yes endif