coverity: fix build_simtrace2(): generate Makefile using autotools

Starting from I57e77f927ee9e169cc794c5dc6b128a2d590201b, autotools
are required in order to configure and build the project.

Change-Id: I48696af1ccb5eb884f5de9085bcda37fc41766fb
Fixes: I74da8b523c9d51887d5eceb01ca0f505bb846812
This commit is contained in:
Vadim Yanitskiy 2021-10-24 16:33:33 +03:00
parent c2b01a9b81
commit 1dcc508ce6
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ build_osmocombb() {
}
build_simtrace2() {
pushd simtrace2
make -C host
pushd simtrace2/host
do_build
popd
}