mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-20 21:58:03 -04:00
make -j3 support
This commit is contained in:
parent
12e8e73d76
commit
e69e397944
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue