Don't like btrecord against libaio and librt, as it doesn't use any of their symbols
authorBas Zoetekouw <bas@debian.org>
Fri, 22 Feb 2008 11:51:42 +0000 (12:51 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 22 Feb 2008 14:23:41 +0000 (15:23 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
btreplay/Makefile

index a8d2e3bdbeddd3a8b0c391d22f217bf94d27ac2e..d027afb3c768548565e5bdac8ab57af048868660 100644 (file)
@@ -32,7 +32,7 @@ clean: docsclean
        $(CC) $(CFLAGS) -c -o $*.o $<
 
 btrecord: btrecord.o
        $(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)
 
 btreplay: btreplay.o
        $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)