From 1450e2fb9fb70ef3d18c2fa8d6a49c47752fb35f Mon Sep 17 00:00:00 2001
From: laurent <laurent Thomas>
Date: Tue, 24 May 2022 13:29:05 +0200
Subject: [PATCH] issue 545

---
 cmake_targets/build_oai | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake_targets/build_oai b/cmake_targets/build_oai
index 5cafb95cba..6e788c9676 100755
--- a/cmake_targets/build_oai
+++ b/cmake_targets/build_oai
@@ -713,11 +713,11 @@ function main() {
 	# simlist="ldpctest"
     for f in $simlist ; do
       compilations \
-        ran_build $f \
+        $BUILD_DIR $f \
 	    $f $dbin/$f.$REL
     done
     compilations \
-      ran_build coding \
+      $BUILD_DIR coding \
       libcoding.so $dbin/libcoding.so
   fi
 
@@ -729,7 +729,7 @@ function main() {
     simlist="secu_knas_encrypt_eia1 secu_kenb aes128_ctr_encrypt aes128_ctr_decrypt secu_knas_encrypt_eea2 secu_knas secu_knas_encrypt_eea1 kdf aes128_cmac_encrypt secu_knas_encrypt_eia2"
     for f in $simlist ; do
       compilations \
-	    ran_build test_$f \
+	    $BUILD_DIR test_$f \
 	    test_$f $dbin/test_$f.$REL
     done
   fi
-- 
2.26.2