Makefile: remove an unneeded dependency

There is no need to make .d files for restorer-blob.h

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kir Kolyshkin 2012-02-22 02:09:13 +04:00 committed by Cyrill Gorcunov
parent fd9102a9ae
commit e315bea38a

View file

@ -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__ \