From 3ac5696378822682f6051b5f257a40377efb5994 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 20:00:12 +0000 Subject: If HURDLIBS includes libports, kludge in so that libthreads appears too. --- Makeconf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makeconf b/Makeconf index 09f68db6..3d35026e 100644 --- a/Makeconf +++ b/Makeconf @@ -145,6 +145,10 @@ endif # Provide default. install: +# XXX HACK XXX +ifneq ($(filter-out libports,$(HURDLIBS)),$(HURDLIBS)) +HURDLIBS+=libthreads +endif # Each word of $(HURDLIBS) is a library name `libfoo', which is defined as # a variable above with the complete file name to find it. -- cgit v1.2.3