mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:20:01 -04:00
[master] fixed readline link error, ubuntu 13.04
This commit is contained in:
parent
52946dc6c0
commit
ef37222aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ nsupdate.@O@: nsupdate.c
|
|||
-c ${srcdir}/nsupdate.c
|
||||
|
||||
nsupdate@EXEEXT@: nsupdate.@O@ ${UOBJS} ${DEPLIBS}
|
||||
export BASEOBJS="${READLINE_LIB} nsupdate.@O@ ${UOBJS}"; \
|
||||
export BASEOBJS="nsupdate.@O@ ${READLINE_LIB} ${UOBJS}"; \
|
||||
${FINALBUILDCMD}
|
||||
|
||||
doc man:: ${MANOBJS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue