summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-16 05:24:23 +0000
committerlukem <lukem@NetBSD.org>1997-10-16 05:24:23 +0000
commit39d5db4411fe42946cd3d94eb7d275f3f453d6aa (patch)
tree5b85e56ad87b6fc0a7f5ee5abaf53ee906bd880b /backgammon
parentfe2230fd8049e33e0d1bee98ecf09bbc44fc5886 (diff)
downloadbsdgames-darwin-39d5db4411fe42946cd3d94eb7d275f3f453d6aa.tar.gz
bsdgames-darwin-39d5db4411fe42946cd3d94eb7d275f3f453d6aa.tar.zst
bsdgames-darwin-39d5db4411fe42946cd3d94eb7d275f3f453d6aa.zip
fix race condition when building libcommon with make -j
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/backgammon/Makefile b/backgammon/Makefile
index 704d64e2..caaf1f32 100644
--- a/backgammon/Makefile
+++ b/backgammon/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.4 1997/10/10 08:59:32 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1997/10/16 05:24:23 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= common_source backgammon teachgammon
+all-backgammon all-teachgammon: all-common_source
+
.include <bsd.subdir.mk>