Makefile: libdir is not used anymore
authorJens Axboe <jens.axboe@oracle.com>
Wed, 21 Feb 2007 09:07:40 +0000 (10:07 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 21 Feb 2007 09:07:40 +0000 (10:07 +0100)
We link in the io engines.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile

index ad70f594b94a904daac6782feb9e8c96addc8538..740a2423283e31fa831832e2f5c69147abc27149 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ OBJS += engines/syslet-rw.o
 INSTALL = install
 prefix = /usr/local
 bindir = $(prefix)/bin
-libdir = $(prefix)/lib/fio
 
 all: $(PROGS) $(SCRIPTS)