Commit 14a01115 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

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: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent dd4925b5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment