From 841bfc6b2b195f0263c1a147e7cac2416eb50916 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 7 Aug 2015 09:45:34 +0200 Subject: flowtop: Remove tprintf.o from object dependencies The tprintf module isn't used in flowtop, no need to link it in. Signed-off-by: Tobias Klauser --- flowtop/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/flowtop/Makefile b/flowtop/Makefile index edb5829..cb57cb3 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -20,7 +20,6 @@ flowtop-objs = xmalloc.o \ link.o \ hash.o \ lookup.o \ - tprintf.o \ screen.o \ die.o \ sysctl.o \ -- cgit v1.2.3-54-g00ecf