package/bcusdk: drop trailing backslash
Commit e15ce8b04d
(package/bcusdk: fix build with
argp-standalone and NLS) added a trailing backslash. Drop it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e15ce8b04d
commit
76da59d6c5
@ -21,7 +21,7 @@ BCUSDK_CONF_OPTS = \
|
||||
--without-pth-test \
|
||||
--with-pth=$(STAGING_DIR)/usr
|
||||
|
||||
BCUSDK_DEPENDENCIES = libpthsem \
|
||||
BCUSDK_DEPENDENCIES = libpthsem
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
||||
BCUSDK_DEPENDENCIES += argp-standalone $(TARGET_NLS_DEPENDENCIES)
|
||||
|
Loading…
Reference in New Issue
Block a user