[CRIU] [PATCH 7/6] protobuf: fix cleanup for google/protobuf/

Ruslan Kuprieiev kupruser at gmail.com
Fri Jan 16 15:38:15 PST 2015


Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 protobuf/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/protobuf/Makefile b/protobuf/Makefile
index 12d07fc..0c3196b 100644
--- a/protobuf/Makefile
+++ b/protobuf/Makefile
@@ -126,6 +126,8 @@ ifneq ($(MAKECMDGOALS),clean)
 endif
 
 cleanup-y += $(obj)/*.c.d $(obj)/*.pb-c.c $(obj)/*.pb-c.h
-cleanup-y += $(obj)/google/protobuf/*.pb-c.d
-cleanup-y += $(obj)/google/protobuf/*.pb-c.h
+cleanup-y += $(obj)/google/protobuf/*.d
+cleanup-y += $(obj)/google/protobuf/*.h
+cleanup-y += $(obj)/google/protobuf/*.c
+cleanup-y += $(obj)/google/protobuf/*.o
 cleanup-y += $(obj)/*.d $(obj)/*.i $(obj)/*.s $(obj)/*.o
-- 
2.1.0



More information about the CRIU mailing list