From df16fb10d68b5aa7b95cf04ad0be36bad8bd2a79 Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 17 Oct 1997 10:38:11 +0000 Subject: [PATCH] fix race condition when building libcommon.a with make -j, use ../Makefile.inc --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9df53c4..03b04da 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1997/10/16 07:36:12 lukem Exp $ +# $NetBSD: Makefile,v 1.4 1997/10/17 10:38:11 lukem Exp $ SUBDIR= common mopa.out mopchk mopd mopprobe moptrace +all-mopa.out all-mopchk all-mopd all-mopprobe all-moptrace: all-common + .include