From: Bas Zoetekouw Date: Fri, 22 Feb 2008 11:51:42 +0000 (+0100) Subject: Don't like btrecord against libaio and librt, as it doesn't use any of their symbols X-Git-Tag: blktrace-1.0.0~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cd10564816a3c095f4fac1d5e28f1fb7d2245a17;p=blktrace.git Don't like btrecord against libaio and librt, as it doesn't use any of their symbols Signed-off-by: Jens Axboe --- 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)