diff options
Diffstat (limited to 'package/grep')
-rw-r--r-- | package/grep/grep.mk | 2 |
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 |