From 87d9f5513a5202c117fe05a489876da8cac79ecd Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 3 Jan 2016 19:00:08 +0100 Subject: drop OTHERLIBS --- libmachdev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmachdev/Makefile') diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 7116c3ee..f1e0cb53 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -27,7 +27,7 @@ LCLHDRS = dev_hdr.h device_emul.h ds_routines.h vm_param.h \ errno-base.h installhdrs = machdev.h HURDLIBS = ports trivfs bpf -OTHERLIBS = -lpthread +LDLIBS = -lpthread OBJS = $(SRCS:.c=.o) $(MIGSTUBS) MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" -- cgit v1.2.3