From 734363aeaa976955457925ca130ebd3787c8b820 Mon Sep 17 00:00:00 2001 From: Rodrigo Rebello Date: Sat, 1 Apr 2017 13:43:09 -0300 Subject: [PATCH] ncurses: drop unneeded trailing backslashes Signed-off-by: Rodrigo Rebello Signed-off-by: Thomas Petazzoni --- package/ncurses/ncurses.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk index 9552364093..68c77ac61f 100644 --- a/package/ncurses/ncurses.mk +++ b/package/ncurses/ncurses.mk @@ -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 -- 2.30.2