linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove strange make dependency
@ 2007-12-06  5:46 Joshua Root
  2007-12-06  8:14 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Root @ 2007-12-06  5:46 UTC (permalink / raw)
  To: linux-btrace

Listing "-lpthread" as a dependency in a make rule doesn't make much sense.

Signed-off-by: Joshua Root <jmr@gelato.unsw.edu.au>
---
  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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove strange make dependency
  2007-12-06  5:46 [PATCH] Remove strange make dependency Joshua Root
@ 2007-12-06  8:14 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2007-12-06  8:14 UTC (permalink / raw)
  To: linux-btrace

On Thu, Dec 06 2007, Joshua Root wrote:
> Listing "-lpthread" as a dependency in a make rule doesn't make much sense.

Indeed. Thanks, applied.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-06  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-06  5:46 [PATCH] Remove strange make dependency Joshua Root
2007-12-06  8:14 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).