>From 69493e126b70589656c3331d34865d2a57b5cf36 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 9 Jul 2017 12:18:19 +0900 Subject: [PATCH 1/2] advsync: Add dependency to $(CUSTOM_HEADER) Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- CodeSamples/advsync/herd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeSamples/advsync/herd/Makefile b/CodeSamples/advsync/herd/Makefile index 056f5f9..96c4495 100644 --- a/CodeSamples/advsync/herd/Makefile +++ b/CodeSamples/advsync/herd/Makefile @@ -8,7 +8,7 @@ CUSTOM_HEADER := $(wildcard *.h) all: $(LITMUS_OUT) -%.litmus.out: %.litmus +%.litmus.out: %.litmus $(CUSTOM_HEADER) litmus7 -r 1000 -carch X86 -ccopts "$(CCOPTS)" $< > $@ 2>&1 cross-x86: TARGET = X86 -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html