make -j3 support

This commit is contained in:
Mark Andrews 2004-09-16 05:13:55 +00:00
parent 12e8e73d76
commit e69e397944

View file

@ -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