mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +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:
committed by
Cyrill Gorcunov
parent
e6c88abd62
commit
f6cf7fd4af
1
Makefile
1
Makefile
@@ -61,7 +61,6 @@ ROBJS-BLOB := restorer.o
|
|||||||
ROBJS := $(ROBJS-BLOB)
|
ROBJS := $(ROBJS-BLOB)
|
||||||
ROBJS += restorer-log.o
|
ROBJS += restorer-log.o
|
||||||
|
|
||||||
RDEPS-BLOB += $(patsubst %.o,%.d,$(ROBJS))
|
|
||||||
RSRCS-BLOB += $(patsubst %.o,%.c,$(ROBJS))
|
RSRCS-BLOB += $(patsubst %.o,%.c,$(ROBJS))
|
||||||
|
|
||||||
RSRCS-BLOB += $(patsubst %.o,%.c,$(ROBJS-BLOB))
|
RSRCS-BLOB += $(patsubst %.o,%.c,$(ROBJS-BLOB))
|
||||||
|
Reference in New Issue
Block a user