From 1c0df4d2c58cabd2c0168f3809ffe45eb047e535 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Dec 2019 21:54:31 +0000 Subject: [PATCH] stest: Fix an entry in &DEPS We don't want to refer to all-privkeys, actually. This is a phony target and causes needless rebuilds (well, retests). Instead, depend on the now-provided $(test-example_PRIVKEYS). Signed-off-by: Ian Jackson --- stest/Dir.sd.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stest/Dir.sd.mk b/stest/Dir.sd.mk index dffa486..5ad6c0c 100644 --- a/stest/Dir.sd.mk +++ b/stest/Dir.sd.mk @@ -6,9 +6,7 @@ &DEPS += secnet &DEPS += test-example/sites.conf &DEPS += test-example/sites-nonego.conf -&DEPS += test-example/inside.key -&DEPS += test-example/outside.key -&DEPS += test-example/all-privkeys +&DEPS += $(test-example_PRIVKEYS) &:include test-common.sd.mk -- 2.30.2