mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
makefile: add dependence on restorer dep file
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
9697f49812
commit
949b11b33e
4
Makefile
4
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user