mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
make: Fix deps for non-parasite code
Without it parallel execution fails. Reported-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Andrew Vagin <avagin@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
34c2f562c3
commit
d5d8d920dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -111,7 +111,7 @@ $(PROGRAM): $(OBJS)
|
|||
$(E) " LINK " $@
|
||||
$(Q) $(CC) $(CFLAGS) $(OBJS) $(LIBS) -o $@
|
||||
|
||||
$(DEPS):
|
||||
$(DEPS): $(HEAD-BLOB)
|
||||
%.d: %.c
|
||||
$(Q) $(CC) -M -MT $(patsubst %.d,%.o,$@) $(CFLAGS) $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue