From 90ef53921774dc3b92b2a892dd2a841d5d0f795c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 25 Jan 2016 10:09:28 +0100 Subject: [PATCH] libedit: Fix CLEANFILES. Remove editline.c and add historyn.c and tokenizern.c. --- lib/libedit/libedit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libedit/libedit/Makefile b/lib/libedit/libedit/Makefile index a1c12540ef..64d3f38997 100644 --- a/lib/libedit/libedit/Makefile +++ b/lib/libedit/libedit/Makefile @@ -95,7 +95,8 @@ MLINKS+= editline.3 el_wgets.3 \ editline.3 tok_wline.3 \ editline.3 tok_wstr.3 -CLEANFILES+= common.h emacs.h fcns.c fcns.h help.c help.h vi.h editline.c +CLEANFILES+= common.h emacs.h fcns.c fcns.h help.c help.h +CLEANFILES+= historyn.c tokenizern.c vi.h AHDR= vi.h emacs.h common.h ASRC= ${SRCDIR}/vi.c ${SRCDIR}/emacs.c ${SRCDIR}/common.c -- 2.11.4.GIT