summaryrefslogtreecommitdiffstats
path: root/package/grep/grep.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/grep/grep.mk')
-rw-r--r--package/grep/grep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index a1b9d12cc..764879e9c 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -65,6 +65,6 @@ grep-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_GREP)),y)
+ifeq ($(BR2_PACKAGE_GREP),y)
TARGETS+=grep
endif