]> git.openfabrics.org - compat-rdma/compat.git/commitdiff
compat: remove dubious clean at install target
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 27 Feb 2012 22:09:29 +0000 (14:09 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 27 Feb 2012 22:09:54 +0000 (14:09 -0800)
Not sure why this was added, this is a big typo.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Makefile

index 423d1ed3d91a21b276ff4fa91027031009714316..2f47e3f93b914a8cc5bc70634ace470bf6822cb0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,6 @@ install: modules
        $(MAKE) -C $(KLIB_BUILD) M=$(PWD) $(KMODDIR_ARG) $(KMODPATH_ARG) \
                modules_install
        depmod -a
-       $(MAKE) -C $(KLIB_BUILD) M=$(PWD) clean
 
 $(COMPAT_AUTOCONF): ;