From: Ian Jackson Date: Wed, 4 Dec 2019 21:54:31 +0000 (+0000) Subject: stest: Fix an entry in &DEPS X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5454e8f492a4166050aadad8dab3d804b0565d70;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/Subdir.sd.mk b/stest/Subdir.sd.mk index dffa486..5ad6c0c 100644 --- a/stest/Subdir.sd.mk +++ b/stest/Subdir.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