ncurses: drop unneeded trailing backslashes
authorRodrigo Rebello <rprebello@gmail.com>
Sat, 1 Apr 2017 16:43:09 +0000 (13:43 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 16:52:37 +0000 (18:52 +0200)
Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ncurses/ncurses.mk

index 9552364093964f60f534646efac795205d55e56a..68c77ac61f334a0ae12cf319c74a82464ff88fc7 100644 (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