From: Rodrigo Rebello Date: Sat, 1 Apr 2017 16:43:09 +0000 (-0300) Subject: ncurses: drop unneeded trailing backslashes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=734363aeaa976955457925ca130ebd3787c8b820;p=buildroot.git ncurses: drop unneeded trailing backslashes Signed-off-by: Rodrigo Rebello Signed-off-by: Thomas Petazzoni --- 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