2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

Makefile: rm RDEPS-BLOB var

It was never needed in the first place, and not used after commit e315bea3.

Reported-by: Stanislav Kinsburgsky <skinsbursky@openvz.org>
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kir Kolyshkin
2012-03-02 14:00:04 +04:00
committed by Cyrill Gorcunov
parent e6c88abd62
commit f6cf7fd4af

View File

@@ -61,7 +61,6 @@ ROBJS-BLOB := restorer.o
ROBJS := $(ROBJS-BLOB)
ROBJS += restorer-log.o
RDEPS-BLOB += $(patsubst %.o,%.d,$(ROBJS))
RSRCS-BLOB += $(patsubst %.o,%.c,$(ROBJS))
RSRCS-BLOB += $(patsubst %.o,%.c,$(ROBJS-BLOB))