Merge branch 'fix-rules-typo' into 'master'

fix rules.in typo

See merge request isc-projects/bind9!1036
This commit is contained in:
Evan Hunt 2018-11-13 03:23:43 -05:00
commit 75cc4156e9

View 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