From 45b655df03c08fb8a6a2fec8a18767f99feb3a39 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 12 Apr 2001 03:33:13 +0000 Subject: [PATCH] Comment out one of many editline.3 MLINKS conflicting with libreadline (history.3) --- lib/libedit/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 331263c9780d..65e61ccab749 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -19,7 +19,10 @@ MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \ editline.3 el_resize.3 editline.3 el_line.3 \ editline.3 el_insertstr.3 editline.3 el_deletestr.3 \ editline.3 history_init.3 editline.3 history_end.3 \ - editline.3 history.3 editline.3 el_data_get.3 editline.3 el_data_set.3 + editline.3 el_data_get.3 editline.3 el_data_set.3 + +# Conflict with libreadline +#MLINKS= editline.3 history.3 # For speed and debugging #SRCS= ${OSRCS} tokenizer.c history.c