diff options
author | Bas Zoetekouw <bas@debian.org> | 2008-02-22 12:51:42 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-02-22 15:23:41 +0100 |
commit | cd10564816a3c095f4fac1d5e28f1fb7d2245a17 (patch) | |
tree | 73e5d9b10f2a754ed666368b843da2bac5d772c4 /btreplay | |
parent | ee43a14384e16eb456a44a18ee5027c67dba55f2 (diff) | |
download | blktrace-cd10564816a3c095f4fac1d5e28f1fb7d2245a17.tar.gz blktrace-cd10564816a3c095f4fac1d5e28f1fb7d2245a17.tar.bz2 |
Don't like btrecord against libaio and librt, as it doesn't use any of their symbols
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'btreplay')
-rw-r--r-- | btreplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btreplay/Makefile b/btreplay/Makefile index a8d2e3b..d027afb 100644 --- a/btreplay/Makefile +++ b/btreplay/Makefile @@ -32,7 +32,7 @@ clean: docsclean $(CC) $(CFLAGS) -c -o $*.o $< btrecord: btrecord.o - $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) + $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) btreplay: btreplay.o $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) |