From 949b11b33e16d83d175c50f9fe23da43d87223b4 Mon Sep 17 00:00:00 2001 From: Stanislav Kinsbursky Date: Fri, 20 Jan 2012 16:53:48 +0300 Subject: [PATCH] makefile: add dependence on restorer dep file Signed-off-by: Stanislav Kinsbursky Signed-off-by: Cyrill Gorcunov --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1292fda9b..854dd6554 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,9 @@ RHEAD-BLOB-GEN := $(patsubst %.o,%-blob.h,$(ROBJS-BLOB)) RHEAD-BIN := $(patsubst %.o,%.bin,$(ROBJS-BLOB)) RHEAD-LDS := $(patsubst %.o,%.lds.S,$(ROBJS-BLOB)) -DEPS := $(patsubst %.o,%.d,$(OBJS)) $(patsubst %.o,%.d,$(OBJS-BLOB)) +DEPS := $(patsubst %.o,%.d,$(OBJS)) \ + $(patsubst %.o,%.d,$(OBJS-BLOB)) \ + $(patsubst %.o,%.d,$(ROBJS-BLOB)) all: $(PROGRAM)