From: Evan Hunt Date: Wed, 13 Mar 2013 06:42:12 +0000 (-0700) Subject: [master] fixed srcdir in nothreads build X-Git-Tag: v9.10.0a1~448^2~81 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8a6425306660a6da3ee08b27c32abd5defb64bab;p=thirdparty%2Fbind9.git [master] fixed srcdir in nothreads build --- diff --git a/lib/isc/nothreads/Makefile.in b/lib/isc/nothreads/Makefile.in index 540b2434240..6eadc296a18 100644 --- a/lib/isc/nothreads/Makefile.in +++ b/lib/isc/nothreads/Makefile.in @@ -16,8 +16,8 @@ # $Id: Makefile.in,v 1.12 2010/06/09 23:50:58 tbox Exp $ top_srcdir = @top_srcdir@ -srcdir = @top_srcdir@/lib/isc/nothreads -VPATH = @top_srcdir@/lib/isc/nothreads +srcdir = @srcdir@ +VPATH = @srcdir@ CINCLUDES = -I${srcdir}/include \ -I${srcdir}/../unix/include \