remove icry directory from dist target

This commit is contained in:
Adam C. Foltzer 2015-03-03 13:31:41 -08:00
parent 94175c5385
commit 993961c2a4

View File

@ -140,7 +140,6 @@ ${PKG}: ${CRYPTOL_EXE} \
# don't want to bundle the cryptol library in the binary distribution
rm -rf ${PKG_PREFIX}/lib
mkdir -p ${PKG_CRY}
mkdir -p ${PKG_ICRY}
mkdir -p ${PKG_DOC}
mkdir -p ${PKG_EXAMPLES}
mkdir -p ${PKG_EXCONTRIB}