From 4586b37cde9c69c75b944e78c1b6dbf21e468c72 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 16 Sep 2004 05:12:27 +0000 Subject: [PATCH] make -j3 support --- lib/dns/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 6973c20b32..320de12eee 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.126.2.10 2004/07/20 07:00:19 marka Exp $ +# $Id: Makefile.in,v 1.126.2.11 2004/09/16 05:12:27 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -29,7 +29,8 @@ top_srcdir = @top_srcdir@ @BIND9_INCLUDES@ -CINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES} +CINCLUDES = -I. -Iinclude -Iinclude/sec/dst/include \ + ${DNS_INCLUDES} ${ISC_INCLUDES} CDEFINES = CWARNINGS = @@ -161,6 +162,7 @@ include/dns/enumclass.h: gen include/dns/rdatastruct.h: gen \ ${srcdir}/rdata/rdatastructpre.h \ ${srcdir}/rdata/rdatastructsuf.h +${DSTOBJS}: subdirs ./gen -s ${srcdir} -i \ -P ${srcdir}/rdata/rdatastructpre.h \ -S ${srcdir}/rdata/rdatastructsuf.h > $@