2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

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 <kir@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin 2017-05-02 16:51:45 -07:00 committed by Andrei Vagin
parent dd4925b500
commit 14a0111546

View File

@ -299,8 +299,9 @@ TST_STATE = \
conntracks \ conntracks \
route_rules \ route_rules \
AUX_SRC = get_smaps_bits.c
SRC = $(TST:%=%.c) SRC = $(TST:%=%.c) $(AUX_SRC)
OBJ = $(SRC:%.c=%.o) OBJ = $(SRC:%.c=%.o)
DEP = $(SRC:%.c=%.d) DEP = $(SRC:%.c=%.d)
PID = $(TST:%=%.pid) PID = $(TST:%=%.pid)
@ -454,7 +455,7 @@ $(LIB): force
$(Q) $(MAKE) -C $(LIBDIR) $(Q) $(MAKE) -C $(LIBDIR)
clean-more: 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 .PHONY: clean-more
clean: clean-more clean: clean-more