From 4056ae3b3ac284ba0e4ea28fcdd4435a23f206a6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 26 Apr 1994 17:53:45 +0000 Subject: Formerly Makeconf.~38~ --- Makeconf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 55fa14fd..11922fe2 100644 --- a/Makeconf +++ b/Makeconf @@ -112,6 +112,15 @@ $(headers)/hurd/fshelp.h: FORCE $(MAKE) -C $(hurdsource)/libfshelp $(headers)/hurd/fshelp.h endif +ifneq ($(strip $(dir)),libthreads) +$(libthreads): FORCE + $(MAKE) -C $(hurdsource)/libthreads $(libthreads) +$(headers)/cthreads.h: FORCE + $(MAKE) -C $(hurdsource)/libthreads $(headers)/cthreads.h +$(headers)/machine/cthreads.h: FORCE + $(MAKE) -C $(hurdsource)/libthreads $(headers)/machine/cthreads.h +endif + FORCE: -- cgit v1.2.3