[FIX] gbs build error 74/20274/1
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Wed, 30 Apr 2014 09:47:52 +0000 (13:47 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Wed, 30 Apr 2014 09:47:52 +0000 (13:47 +0400)
add rm -f to rm headers before make

Change-Id: I6065856eed11fba3fdc17f5adbfd80c2b4f04700
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
Makefile

index 4659030..6127957 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ $(ASM_OBJ): $(ASM_SRC)
 GENERATED_HEADERS = include/api_id_mapping.h include/api_id_list.h include/id_list
 headers: $(GENERATED_HEADERS)
 rmheaders:
-       rm $(GENERATED_HEADERS)
+       rm -f $(GENERATED_HEADERS)
 
 include/api_id_mapping.h: ./scripts/gen_api_id_mapping_header.awk
 include/api_id_list.h: ./scripts/gen_api_id_mapping_header_list.awk