]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] fixed readline link error, ubuntu 13.04
authorEvan Hunt <each@isc.org>
Fri, 15 Feb 2013 18:09:03 +0000 (10:09 -0800)
committerEvan Hunt <each@isc.org>
Fri, 15 Feb 2013 18:09:03 +0000 (10:09 -0800)
bin/nsupdate/Makefile.in

index 54987244f6d9399cac2a96caa94d174412039930..09e6c14052e87c42baeb0108e893085004bc0d3f 100644 (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}