From 198427262b5c74aceda50c32e68f80e44989cf64 Mon Sep 17 00:00:00 2001 From: guibene <guibene@eurecom.fr> Date: Fri, 19 Jul 2013 08:36:23 +0000 Subject: [PATCH] fix in Makefile git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4040 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/NAS/DRIVER/MESH/RB_TOOL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair2/NAS/DRIVER/MESH/RB_TOOL/Makefile b/openair2/NAS/DRIVER/MESH/RB_TOOL/Makefile index 9baf5519ae..850a0ca5f5 100644 --- a/openair2/NAS/DRIVER/MESH/RB_TOOL/Makefile +++ b/openair2/NAS/DRIVER/MESH/RB_TOOL/Makefile @@ -9,4 +9,4 @@ rb_tool: rb_tool.c all: rb_tool clean: - rm rb_tool + rm -f rb_tool -- 2.26.2