From 99a55a0392b1634ce81e594f48a1105e8ebc1d58 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Thu, 6 Dec 2007 09:13:48 +0100 Subject: [PATCH] Remove strange make dependency Listing "-lpthread" as a dependency in a make rule doesn't make much sense. Signed-off-by: Joshua Root Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fda76f4..edc6ca9 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ btreplay/btreplay: blkparse: blkparse.o blkparse_fmt.o rbtree.o act_mask.o $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) -blktrace: blktrace.o act_mask.o $(LIBS) +blktrace: blktrace.o act_mask.o $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) verify_blkparse: verify_blkparse.o -- 2.25.1