1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 09:33:16 +00:00

"Fixed" LDADD by backing out part of the previous commit. -lfoo in

LDADD is not wrong, but the simple substitution in `make checkdpadd'
doesn't work if foo.a is not an installed library, so we use the full
path to foo.a in both DPADD and LDADD for non-installed libraries.
This commit is contained in:
Bruce Evans 2003-04-16 13:50:52 +00:00
parent 046d2c31c8
commit a379b5c288
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113562

View File

@ -24,7 +24,7 @@ LIBISCDIR!= cd ${.CURDIR}/../../lib/libisc; make -V .OBJDIR
LIBISC:= ${LIBISCDIR}/libisc.a
DPADD+= ${LIBISC}
LDADD+= -lisc
LDADD+= ${LIBISC}
HTMLS= acl.html address_list.html comments.html config.html controls.html \
docdef.html example.html include.html index.html key.html \