Commit 616c6d17 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

compel/test/infect/Makefile: fix a dependency

Commit 8173ea2 ("compel/test/infect/Makefile: don't add .h to sources")
was a bad one as it removed dependency between parasite.h and spy binary.

Fix it.

travis-ci: success for More polishing for compel cli
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 24aa5f4b
...@@ -17,8 +17,8 @@ clean: ...@@ -17,8 +17,8 @@ clean:
victim: victim.c victim: victim.c
$(CC) $(CFLAGS) -o $@ $^ $(CC) $(CFLAGS) -o $@ $^
spy: spy.c | parasite.h spy: spy.c parasite.h
$(CC) $(CFLAGS) $(shell $(COMPEL) includes) -o $@ $^ $(COMPEL_LIBRARY) $(CC) $(CFLAGS) $(shell $(COMPEL) includes) -o $@ $< $(COMPEL_LIBRARY)
parasite.h: parasite.po parasite.h: parasite.po
$(COMPEL) hgen -f $^ -l 4 \ $(COMPEL) hgen -f $^ -l 4 \
......
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