From 61578ee21bdadacc8093a846947cfc3b7b298bdf Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 23 Mar 1993 02:44:38 +0000 Subject: got rid of unnecessary -lcompat and associated dependency --- sail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sail') diff --git a/sail/Makefile b/sail/Makefile index 59d7c560..28a37f0d 100644 --- a/sail/Makefile +++ b/sail/Makefile @@ -5,8 +5,8 @@ SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \ dr_main.c dr_1.c dr_2.c dr_3.c dr_4.c dr_5.c lo_main.c \ assorted.c game.c globals.c misc.c parties.c sync.c version.c MAN6= sail.0 -DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT} -LDADD= -lcurses -ltermlib -lcompat +DPADD= ${LIBCURSES} ${LIBTERM} +LDADD= -lcurses -ltermlib HIDEGAME=hidegame .include -- cgit v1.2.3-56-ge451