[CRIU] [PATCH] Makefile: rm RDEPS-BLOB var
Kir Kolyshkin
kir at openvz.org
Fri Mar 2 05:00:04 EST 2012
It was never needed in the first place, and not used after commit e315bea3.
Reported-by: Stanislav Kinsburgsky <skinsbursky at openvz.org>
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 6bf0909..3f1d20b 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,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))
--
1.7.4.4
More information about the CRIU
mailing list