fix race condition when building libcommon.a with make -j, use ../Makefile.inc

This commit is contained in:
lukem 1997-10-17 10:38:21 +00:00
parent c73b1c8336
commit ea649a155d
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 1997/10/16 23:24:18 lukem Exp $
# $NetBSD: Makefile.inc,v 1.6 1997/10/17 10:38:21 lukem Exp $
LIBCOMMON != cd ${.CURDIR}/../common;\
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
@ -6,5 +6,4 @@ CFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
BINDIR?= /usr/sbin
WARNS?= 1
.include "../Makefile.inc"