ncurses: drop unneeded trailing backslashes

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Rodrigo Rebello 2017-04-01 13:43:09 -03:00 committed by Thomas Petazzoni
parent 4f147ae0a0
commit 734363aeaa

View File

@ -27,8 +27,7 @@ NCURSES_CONF_OPTS = \
--enable-pc-files \
--with-pkg-config-libdir="/usr/lib/pkgconfig" \
$(if $(BR2_PACKAGE_NCURSES_TARGET_PROGS),,--without-progs) \
--without-manpages \
--without-manpages
# Install after busybox for the full-blown versions
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
@ -64,7 +63,7 @@ NCURSES_TERMINFO_FILES = \
v/vt220 \
x/xterm \
x/xterm-color \
x/xterm-xfree86 \
x/xterm-xfree86
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
NCURSES_CONF_OPTS += --enable-widec