From d23b6d53436cdcd027b428969565a7d0c6f8ed59 Mon Sep 17 00:00:00 2001 From: Kevin Greenan Date: Sat, 19 Oct 2013 07:40:57 -0700 Subject: [PATCH] Move 'install' to $(INCDIR) instead of $(INCDIR)/jerasure --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 0e8ac65..f0967ba 100755 --- a/makefile +++ b/makefile @@ -74,6 +74,6 @@ lib/libJerasure.so.0: lib $(OBJS) install: lib/libJerasure.so cp -P lib/libJerasure.so* ${LIBDIR} - mkdir -p ${INCDIR}/jerasure - cp *.h ${INCDIR}/jerasure + mkdir -p ${INCDIR} + cp *.h ${INCDIR}