From 60c641c7b240b2294b611a11848399dc405ee118 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 2 Jan 2007 09:15:36 +0100 Subject: [PATCH] [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 --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1