diff options
Diffstat (limited to 'term')
-rw-r--r-- | term/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/Makefile b/term/Makefile index 78766041..df91c212 100644 --- a/term/Makefile +++ b/term/Makefile @@ -26,7 +26,7 @@ target = term SRCS = devio.c munge.c users.c main.c ptyio.c hurdio.c xinl.c HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o include ../Makeconf |