From e4dd8a093ce7f13094460feead61d83c0c04f0ce Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 21 Feb 2007 10:07:40 +0100 Subject: [PATCH] Makefile: libdir is not used anymore We link in the io engines. Signed-off-by: Jens Axboe --- Makefile | 1 - 1 file changed, 1 deletion(-) 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) -- 2.25.1