Commit 226d1079 authored by Lev Walkin's avatar Lev Walkin

use certified make

parent 2225674d
......@@ -43,7 +43,7 @@ asn1c_flags=""
make_clean_before_bundle() {
if [ "${need_clean_before_bundle}" = "1" ] ; then
(cd ${RNDTEMP} && make clean) || :
(cd ${RNDTEMP} && Make clean) || :
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment