summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-04-26 17:53:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-04-26 17:53:45 +0000
commit4056ae3b3ac284ba0e4ea28fcdd4435a23f206a6 (patch)
tree6d2960397e18d139a2b12275015c25c605a7a930 /Makeconf
parent4009ba9b3e6942319987726a70aebd74bf5268a5 (diff)
Formerly Makeconf.~38~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf9
1 files changed, 9 insertions, 0 deletions
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: