From: Evan Hunt Date: Tue, 13 Nov 2018 08:22:44 +0000 (-0800) Subject: fix typo X-Git-Tag: v9.13.4~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96719092895baf2f7df98940c6704d986efff599;p=thirdparty%2Fbind9.git fix typo --- diff --git a/make/rules.in b/make/rules.in index 26bd0103ef3..5cc4a4e67d3 100644 --- a/make/rules.in +++ b/make/rules.in @@ -174,7 +174,7 @@ MKDEP = ${SHELL} ${top_builddir}/make/mkdep ### necessary libraries explicitly in addition to (or instead of) ${LIBS}, ### like this: ### binary@EXEEXT@: ${OBJS} -### cc -o $@ ${OBJS} ${OTHERLIB1} ${OTHERLIB2} ${lIBS} +### cc -o $@ ${OBJS} ${OTHERLIB1} ${OTHERLIB2} ${LIBS} ### in order to modify such a rule to use this compound command, a separate ### variable "LIBS0" should be deinfed for the explicitly listed libraries, ### while making sure ${LIBS} still includes libisc. So the above rule would