Commit f6cf7fd4 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Cyrill Gorcunov

Makefile: rm RDEPS-BLOB var

It was never needed in the first place, and not used after commit e315bea3.
Reported-by: 's avatarStanislav Kinsburgsky <skinsbursky@openvz.org>
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent e6c88abd
...@@ -61,7 +61,6 @@ ROBJS-BLOB := restorer.o ...@@ -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))
......
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