From: Jens Axboe Date: Tue, 2 Jan 2007 08:15:36 +0000 (+0100) Subject: [PATCH] Don't create libdir X-Git-Tag: fio-1.11~12 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=60c641c7b240b2294b611a11848399dc405ee118;ds=inline [PATCH] Don't create libdir Since we link in io engines, we don't need to create the libdir anymore. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 832ed6db..b4b2111e 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ cscope: install: $(PROGS) $(SCRIPTS) $(INSTALL) -m755 -d $(DESTDIR)$(bindir) $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir) - $(INSTALL) -m755 -d $(DESTDIR) $(libdir) ifneq ($(wildcard .depend),) include .depend