package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -121,6 +121,6 @@ diffutils-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_DIFFUTILS)),y)
|
||||
ifeq ($(BR2_PACKAGE_DIFFUTILS),y)
|
||||
TARGETS+=diffutils
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user