From: Mark Andrews Date: Thu, 16 Sep 2004 05:13:55 +0000 (+0000) Subject: make -j3 support X-Git-Tag: v9.2.5rc1~81^2~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e69e3979440a4e750cf0cecb5c5498efe67f07b4;p=thirdparty%2Fbind9.git make -j3 support --- diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index df55da5ef4d..84db576e07f 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.146 2004/07/20 07:13:41 marka Exp $ +# $Id: Makefile.in,v 1.147 2004/09/16 05:13:55 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -29,7 +29,8 @@ top_srcdir = @top_srcdir@ @BIND9_MAKE_INCLUDES@ -CINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES} +CINCLUDES = -I. -Iinclude -Iinclude/sec/dst/include \ + ${DNS_INCLUDES} ${ISC_INCLUDES} CDEFINES = CWARNINGS = @@ -161,4 +162,5 @@ subdirs: include/dns/enumtype.h include/dns/enumclass.h \ include/dns/rdatastruct.h code.h ${DNSOBJS}: include/dns/enumtype.h include/dns/enumclass.h \ include/dns/rdatastruct.h +${DSTOBJS}: subdirs rdata.${0}: code.h