From dbdb4e33f04a52757232a6d00da23e8ba232c7d2 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 24 May 2010 21:17:55 +0200 Subject: Update packages to BR2_NEEDS_GETTEXT_IF_LOCALE Signed-off-by: Thomas Petazzoni --- package/grep/grep.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/grep/grep.mk') diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 93c6cafdd..5b945d5f2 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -8,6 +8,6 @@ GREP_SOURCE:=grep-$(GREP_VERSION).tar.bz2 GREP_SITE:=$(BR2_GNU_MIRROR)/grep GREP_CONF_OPT = --disable-perl-regexp --without-included-regex -GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT),gettext libintl) +GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) $(eval $(call AUTOTARGETS,package,grep)) -- cgit v1.2.3