[master] fixed readline link error, ubuntu 13.04

This commit is contained in:
Evan Hunt 2013-02-15 10:08:19 -08:00
parent 52946dc6c0
commit ef37222aaf

View file

@ -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}