mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -65,6 +65,6 @@ lsof-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_LSOF)),y)
|
||||
ifeq ($(BR2_PACKAGE_LSOF),y)
|
||||
TARGETS+=lsof
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user