summaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
authorRodrigo Rebello <rprebello@gmail.com>2017-04-01 13:43:09 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 18:52:37 +0200
commit734363aeaa976955457925ca130ebd3787c8b820 (patch)
treeabe79481f0d8938a209bd9c3251e68beabd87244 /package/ncurses
parent4f147ae0a0f940dfc7ec93af8e70b6625821d91d (diff)
downloadbuildroot-734363aeaa976955457925ca130ebd3787c8b820.tar.gz
buildroot-734363aeaa976955457925ca130ebd3787c8b820.zip
ncurses: drop unneeded trailing backslashes
Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/ncurses.mk5
1 files 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
OpenPOWER on IntegriCloud