summaryrefslogtreecommitdiff
path: root/libbpf/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2016-01-03 19:00:08 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2016-01-03 19:00:08 +0100
commit87d9f5513a5202c117fe05a489876da8cac79ecd (patch)
tree0f2e2209dd842574ac3b69dbee8b10c47875e5dc /libbpf/Makefile
parent6e24db6eee751066eac4f9b638aae40cda25d6ec (diff)
drop OTHERLIBS
Diffstat (limited to 'libbpf/Makefile')
-rw-r--r--libbpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpf/Makefile b/libbpf/Makefile
index d6ebdc3d..c5d52fe7 100644
--- a/libbpf/Makefile
+++ b/libbpf/Makefile
@@ -26,7 +26,7 @@ installhdrs = bpf_impl.h queue.h
MIGSTUBS =
OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))
-OTHERLIBS = -lpthread
+LDLIBS = -lpthread
MIGCOMSFLAGS =