From 14a01115466611c55bfccd6b42f3a3c75f83f5fc Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 2 May 2017 16:51:45 -0700 Subject: [PATCH] test/zdtm: clean get_smaps_bits.d This is an auxiliary source file. The corresponding object file was cleaned, but .d was not. Add it to SRC/OBJ/DEP so the appropriate files will be cleaned automatically. Signed-off-by: Kir Kolyshkin Signed-off-by: Andrei Vagin --- test/zdtm/static/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/zdtm/static/Makefile b/test/zdtm/static/Makefile index 217cf357f..8c8c38362 100644 --- a/test/zdtm/static/Makefile +++ b/test/zdtm/static/Makefile @@ -299,8 +299,9 @@ TST_STATE = \ conntracks \ route_rules \ +AUX_SRC = get_smaps_bits.c -SRC = $(TST:%=%.c) +SRC = $(TST:%=%.c) $(AUX_SRC) OBJ = $(SRC:%.c=%.o) DEP = $(SRC:%.c=%.d) PID = $(TST:%=%.pid) @@ -454,7 +455,7 @@ $(LIB): force $(Q) $(MAKE) -C $(LIBDIR) clean-more: - $(RM) criu-rtc.so criu-rtc.pb-c.c criu-rtc.pb-c.h get_smaps_bits.o + $(RM) criu-rtc.so criu-rtc.pb-c.c criu-rtc.pb-c.h .PHONY: clean-more clean: clean-more