]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/Makefile.in: fix typo
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 16:19:36 +0000 (17:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 16:19:36 +0000 (17:19 +0100)
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 <peter@korsgaard.com>
package/Makefile.in

index 96d93b07a9d5ef7406b299ef5c0e3a544392178b..dd595e2b77636ecc130543884183c1ae2ba5ba83 100644 (file)
@@ -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