Remove unneded -lmytinfo

This commit is contained in:
ache 2000-09-16 03:27:54 +00:00
parent a78fb5bbcf
commit 99f4ac18f5

View File

@ -7,8 +7,8 @@ PROG= ee
CFLAGS+=-Wall
LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
MLINKS= ee.1 ree.1 ee.1 edit.1
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo
DPADD= ${LIBNCURSES}
LDADD= -lncurses
LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2
FILES= ${LANGS:S/$/.ee.cat/}