diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-05 09:56:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-05 09:56:38 +0000 |
commit | a1c966257c8c8312dd60cb25280380e5df7cf816 (patch) | |
tree | 099c565af9032c687d5e40a95e17fe47b174f6bc | |
parent | c2cfa22a4428242b80e0749ad50e56c74cb3bc9b (diff) |
Formerly Makeconf.~33~
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |