From 25385fdc26639b16f7bc2707249ce30deb51249d Mon Sep 17 00:00:00 2001 From: Navid Nikaein <navid.nikaein@eurecom.fr> Date: Fri, 27 Feb 2015 13:47:22 +0000 Subject: [PATCH] correct the file name when building EPC git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6631 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/build_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/build_helper.bash b/targets/build_helper.bash index 10c7d3f93d..f2bb898f6e 100755 --- a/targets/build_helper.bash +++ b/targets/build_helper.bash @@ -696,7 +696,7 @@ compile_epc() { cd $OPENAIRCN_DIR if [ $1 = 1 ]; then echo_info "build a clean EPC" - bash_exec "rm -rf obj" + bash_exec "rm -rf objs" fi OBJ_DIR=`find . -maxdepth 1 -type d -iname obj*` if [ ! -n "$OBJ_DIR" ]; then -- GitLab