[PATCH] Don't create libdir
authorJens Axboe <jens.axboe@oracle.com>
Tue, 2 Jan 2007 08:15:36 +0000 (09:15 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 2 Jan 2007 08:15:36 +0000 (09:15 +0100)
Since we link in io engines, we don't need to create the libdir anymore.

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

index 832ed6db536e0b804d8da4b88d654b699bdab0c6..b4b2111eb027bbc16dab05cff3d28bd37b34dc0e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ cscope:
 install: $(PROGS) $(SCRIPTS)
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
 install: $(PROGS) $(SCRIPTS)
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
-       $(INSTALL) -m755 -d $(DESTDIR) $(libdir)
 
 ifneq ($(wildcard .depend),)
 include .depend
 
 ifneq ($(wildcard .depend),)
 include .depend