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