Remove strange make dependency
authorJoshua Root <jmr@gelato.unsw.edu.au>
Thu, 6 Dec 2007 08:13:48 +0000 (09:13 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 6 Dec 2007 08:13:48 +0000 (09:13 +0100)
Listing "-lpthread" as a dependency in a make rule doesn't make much sense.

Signed-off-by: Joshua Root <jmr@gelato.unsw.edu.au>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile

index fda76f4ca3a2f28fd471dea202db6e9263e770af..edc6ca9b90193c3304925a6fd532b73b8a92078e 100644 (file)
--- 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