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