diff options
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/Makefile b/console/Makefile index c5ab543e..c2294070 100644 --- a/console/Makefile +++ b/console/Makefile @@ -27,7 +27,7 @@ SRCS = console.c display.c pager.c input.c MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o HURDLIBS = netfs fshelp iohelp pager ports ihash shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) MIGSFLAGS += -imacros $(srcdir)/mutations.h |