From ef37222aafb9351570c35f89df926abe02cd7d81 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 15 Feb 2013 10:08:19 -0800 Subject: [PATCH] [master] fixed readline link error, ubuntu 13.04 --- bin/nsupdate/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in index 54987244f6..09e6c14052 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}