summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-05 09:56:38 +0000
committerRoland McGrath <roland@gnu.org>1994-04-05 09:56:38 +0000
commita1c966257c8c8312dd60cb25280380e5df7cf816 (patch)
tree099c565af9032c687d5e40a95e17fe47b174f6bc
parentc2cfa22a4428242b80e0749ad50e56c74cb3bc9b (diff)
Formerly Makeconf.~33~
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index fe846032..33ca8d7e 100644
--- a/Makeconf
+++ b/Makeconf
@@ -20,7 +20,7 @@ hurdsource := /home/gd3/gnu/hurd
# Where to find various things for compilation:
headers := $(hurdinst)/include
startup := $(hurdinst)/lib/crt0.o
-libc := $(hurdinst)/lib/libc.a
+libc := $(patsubst %,$(hurdinst)/lib/lib%.a,c machuser hurduser c)
libthreads := $(hurdinst)/lib/libthreads.a
libports := $(hurdinst)/lib/libports.a
libioserver := $(hurdinst)/lib/libioserver.a