summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen@Kevins-MacBook-Air-6.local>2013-10-19 07:40:57 -0700
committerKevin Greenan <kmgreen@Kevins-MacBook-Air-6.local>2013-10-19 07:40:57 -0700
commitd23b6d53436cdcd027b428969565a7d0c6f8ed59 (patch)
treeac0621a2b248dec1eaf0d4f0c713819e24d967a0
parent67f236bba6c4199c70348625275d946fd7d6ada2 (diff)
downloadjerasure-d23b6d53436cdcd027b428969565a7d0c6f8ed59.tar.gz
Move 'install' to $(INCDIR) instead of $(INCDIR)/jerasure
-rwxr-xr-xmakefile4
1 files 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}