Commit d5d8d920 authored by Andrew Vagin's avatar Andrew Vagin Committed by Cyrill Gorcunov

make: Fix deps for non-parasite code

Without it parallel execution fails.
Reported-by: 's avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: 's avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 34c2f562
......@@ -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 $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment