From: Joshua Root Date: Thu, 6 Dec 2007 08:13:48 +0000 (+0100) Subject: Remove strange make dependency X-Git-Tag: blktrace-1.0.0~50^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=99a55a0392b1634ce81e594f48a1105e8ebc1d58;p=blktrace.git 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 --- 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