From a995e477ffb4dd1184da87e9e46a9e57f3178c63 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 1 Oct 2003 02:50:57 +0000 Subject: Various tweaks to make things run on Mac OS. The main change is the use of pthread to implement ffork. --- src/lib9/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib9/Makefile') diff --git a/src/lib9/Makefile b/src/lib9/Makefile index 5f8e5aee..ab694858 100644 --- a/src/lib9/Makefile +++ b/src/lib9/Makefile @@ -19,7 +19,7 @@ OFILES=\ nrand.$O\ qlock.$O\ readn.$O\ - rendez.$O\ + rendez-$(SYSNAME).$O\ strecpy.$O\ sysfatal.$O\ tas-$(OBJTYPE).$O\ @@ -31,7 +31,7 @@ OFILES=\ werrstr.$O\ HFILES=\ - lib9.h\ + $(9SRC)/include/lib9.h\ include $(9SRC)/Makesyslib -- cgit v1.2.3