diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-31 20:06:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-31 20:06:03 +0000 |
commit | 672d69fe20c4ea545ecea4f751600c735f50c283 (patch) | |
tree | e29b7bbeb88661dd99578159ca6373538fdce809 | |
parent | a21fc3361091bfa6d11da3c42e3418d8cde8eecc (diff) |
Formerly Makeconf.~44~
-rw-r--r-- | Makeconf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ hurdsource := /home/gd3/gnu/hurd # Where to find various things for compilation: includedir := $(hurdinst)/include startup := $(hurdinst)/lib/crt0.o -libc := $(patsubst %,$(hurdinst)/lib/lib%.a,c machuser hurduser c hurduser) +libc := $(hurdinst)/lib/hurdrlimit.o \ + $(patsubst %,$(hurdinst)/lib/lib%.a,c machuser hurduser c hurduser) libthreads := $(hurdinst)/lib/libthreads.a libports := $(hurdinst)/lib/libports.a libioserver := $(hurdinst)/lib/libioserver.a |