mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
lockfile-progs: remove unneeded $(strip)
This commit is contained in:
parent
5098ee9c7f
commit
1776132d63
@ -40,6 +40,6 @@ lockfile-progs-dirclean:
|
|||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
ifeq ($(strip $(BR2_PACKAGE_LOCKFILE_PROGS)),y)
|
ifeq ($(BR2_PACKAGE_LOCKFILE_PROGS),y)
|
||||||
TARGETS+=lockfile-progs
|
TARGETS+=lockfile-progs
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user