From ebae5e61ae2a04895d981001c7af96b3ccaf65dd Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Thu, 8 Jul 1999 11:52:27 +0000 Subject: Do not link with the termcap library - mshell would segfault. --- misc/mshell/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa index 0b2af61671a9..9e86c00b96c4 100644 --- a/misc/mshell/files/patch-aa +++ b/misc/mshell/files/patch-aa @@ -29,7 +29,7 @@ + all: mshell + mshell: $(OBJS) -! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell +! cc $(CFLAGS) $(OBJS) -lncurses -o mshell $(OBJS) : mshell.h -- cgit v1.2.3