mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -180,6 +180,6 @@ python-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_PYTHON)),y)
|
||||
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
||||
TARGETS+=python
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user