From e315bea38a07be60bf50bf50379492d317a9d3e6 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 22 Feb 2012 02:09:13 +0400 Subject: [PATCH] Makefile: remove an unneeded dependency There is no need to make .d files for restorer-blob.h Signed-off-by: Kir Kolyshkin Signed-off-by: Cyrill Gorcunov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ca6cb13c..cdbbba147 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ $(RHEAD-BIN): $(ROBJS) $(RHEAD-LDS) $(E) " GEN " $@ $(Q) $(LD) -T $(patsubst %.bin,%.lds.S,$@) -o $@ $(ROBJS) -$(RHEAD-BLOB-GEN): $(RHEAD-BIN) $(RDEPS-BLOB) +$(RHEAD-BLOB-GEN): $(RHEAD-BIN) $(E) " GEN " $@ $(Q) $(SH) gen-offsets.sh \ restorer_h__ \