summaryrefslogtreecommitdiffstats
path: root/package/fakeroot
diff options
context:
space:
mode:
Diffstat (limited to 'package/fakeroot')
-rw-r--r--package/fakeroot/fakeroot.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk
index c30438859..020ad8828 100644
--- a/package/fakeroot/fakeroot.mk
+++ b/package/fakeroot/fakeroot.mk
@@ -127,10 +127,10 @@ fakeroot-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
+ifeq ($(BR2_PACKAGE_FAKEROOT),y)
TARGETS+=fakeroot
endif
-ifeq ($(strip $(BR2_HOST_FAKEROOT)),y)
+ifeq ($(BR2_HOST_FAKEROOT),y)
HOST_SOURCE+=fakeroot-source
endif