浏览代码

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 <peter@korsgaard.com>
Peter Korsgaard 9 年之前
父节点
当前提交
c3779afc11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/Makefile.in

+ 1 - 1
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