Fix spelling of INTERNALLIBS

This commit is contained in:
Bryan Drewery 2015-05-08 16:43:01 +00:00
parent e4a5ee711a
commit 5abe80cf6b

View File

@ -24,7 +24,7 @@ _PRIVATELIBS= \
ucl \
unbound
_INTERNALIBS= \
_INTERNALLIBS= \
amu \
bsnmptools \
cron \
@ -49,7 +49,7 @@ _INTERNALIBS= \
_LIBRARIES= \
${_PRIVATELIBS} \
${_INTERNALIBS} \
${_INTERNALLIBS} \
alias \
archive \
asn1 \
@ -243,7 +243,7 @@ LIB${_l:tu}?= ${DESTDIR}${LIBDIR}/libprivate${_l}.a
.endfor
.for _l in ${_LIBRARIES}
.if ${_INTERNALIBS:M${_l}}
.if ${_INTERNALLIBS:M${_l}}
LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
.endif
DPADD_${_l}?= ${LIB${_l:tu}}