From: Jens Axboe Date: Wed, 21 Feb 2007 09:07:40 +0000 (+0100) Subject: Makefile: libdir is not used anymore X-Git-Tag: fio-1.12~46 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e4dd8a093ce7f13094460feead61d83c0c04f0ce;p=fio.git Makefile: libdir is not used anymore We link in the io engines. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index ad70f594..740a2423 100644 --- 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)