Move 'install' to $(INCDIR) instead of $(INCDIR)/jerasure

master
Kevin Greenan 2013-10-19 07:40:57 -07:00
parent 67f236bba6
commit d23b6d5343
1 changed files with 2 additions and 2 deletions

View File

@ -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}