]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix typo
authorEvan Hunt <each@isc.org>
Tue, 13 Nov 2018 08:22:44 +0000 (00:22 -0800)
committerEvan Hunt <each@isc.org>
Tue, 13 Nov 2018 08:23:08 +0000 (00:23 -0800)
make/rules.in

index 26bd0103ef36a7449cd869b29016a23105228a74..5cc4a4e67d39b09b1aa3c95a336cafcbc59d1084 100644 (file)
@@ -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