diff options
Diffstat (limited to 'proc')
-rw-r--r-- | proc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proc/Makefile b/proc/Makefile index 2275a663..8ca13c20 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -31,8 +31,7 @@ MIGSTUBS = processServer.o notifyServer.o \ task_notifyServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) HURDLIBS = ihash ports shouldbeinlibc - -OTHERLIBS = -lpthread +LDLIBS = -lpthread include ../Makeconf |