mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user