From 7e408736dad166bbf0da634b3f49ab15c2474abb Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 17 Oct 1997 10:38:21 +0000 Subject: [PATCH] fix race condition when building libcommon.a with make -j, use ../Makefile.inc --- Makefile.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index fcf9126..eda9afc 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -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"