mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 17:49:13 +00:00
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:
parent
fd9102a9ae
commit
e315bea38a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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__ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue