mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -71,6 +71,6 @@ mutt-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_MUTT)),y)
|
||||
ifeq ($(BR2_PACKAGE_MUTT),y)
|
||||
TARGETS+=mutt
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user