From: Evan Hunt Date: Fri, 15 Feb 2013 18:08:19 +0000 (-0800) Subject: [master] fixed readline link error, ubuntu 13.04 X-Git-Tag: v9.10.0a1~516 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ef37222aafb9351570c35f89df926abe02cd7d81;p=thirdparty%2Fbind9.git [master] fixed readline link error, ubuntu 13.04 --- diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in index 54987244f6d..09e6c14052e 100644 --- a/bin/nsupdate/Makefile.in +++ b/bin/nsupdate/Makefile.in @@ -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}