From f6cf7fd4af4a4aa5a890ed89ebf4cb890c9787ce Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 2 Mar 2012 14:00:04 +0400 Subject: [PATCH] Makefile: rm RDEPS-BLOB var It was never needed in the first place, and not used after commit e315bea3. Reported-by: Stanislav Kinsburgsky Signed-off-by: Kir Kolyshkin Signed-off-by: Cyrill Gorcunov --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2753553fa..94161f968 100644 --- a/Makefile +++ b/Makefile @@ -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))