Listing "-lpthread" as a dependency in a make rule doesn't make much sense.
Signed-off-by: Joshua Root <[EMAIL PROTECTED]>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
mode change 100644 => 100755 Makefile
diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
index fda76f4..edc6ca9
--- 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
--
1.5.3.4
-
To unsubscribe from this list: send the line "unsubscribe linux-btrace" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html