From: Ian Jackson Date: Wed, 4 Dec 2019 21:54:31 +0000 (+0000) Subject: stest: Fix an entry in &DEPS X-Git-Tag: v0.6.0~72 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1c0df4d2c58cabd2c0168f3809ffe45eb047e535;p=secnet.git 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 --- 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