Fixed DPADD to match LDADD.

This commit is contained in:
Bruce Evans 1997-01-06 07:14:41 +00:00
parent 856a02a96f
commit e58b89de25
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1996/01/16 05:14:09 jfieber Exp $
# $Id: Makefile,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $
PROG= instant
SRCS= browse.c info.c main.c tables.c traninit.c translate.c
@ -7,7 +7,7 @@ SRCS+= tranvar.c util.c
CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls
LDADD= ${LIBSGMLS} -lcompat
DPADD= ${LIBSGMLS}
DPADD= ${LIBSGMLS} ${LIBCOMPAT}
MAN1= instant.1
MAN5= transpec.5