From 9b815f51d89cc6096290a0c5e4daa9ee60e7e028 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Fri, 27 Jun 2008 08:08:25 +0000 Subject: [PATCH] Stop building libreadline. Libreadline has not been used for a while, only its headers. Libedit now provides readline headers, so we can drop readline. --- gnu/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 8d6842f229..b182398773 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD: src/gnu/lib/Makefile,v 1.25.2.4 2001/01/06 23:16:53 obrien Exp $ -# $DragonFly: src/gnu/lib/Makefile,v 1.16 2007/09/05 21:40:10 pavalos Exp $ +# $DragonFly: src/gnu/lib/Makefile,v 1.17 2008/06/27 08:08:25 corecode Exp $ -SUBDIR= libdialog libregex libreadline gcc41 +SUBDIR= libdialog libregex gcc41 .if !defined(NO_GCC34) SUBDIR+= gcc34 .endif -- 2.11.4.GIT