From 9699c3f9373ddec95edf58fd7a3b98c302783194 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Dec 2019 11:00:39 +0000 Subject: [PATCH] tests/example: Correct filename for for-test.mk &^/ means "this source directory" so &^/lib/ in lib/ is nonsense and produces lib/lib/. Also we didn't want the source directory: anyway: config.status produces outputs in the build tree. Signed-off-by: Ian Jackson --- example/lib/Subdir.sd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/Subdir.sd.mk b/example/lib/Subdir.sd.mk index c0fb236..60b0b6e 100644 --- a/example/lib/Subdir.sd.mk +++ b/example/lib/Subdir.sd.mk @@ -11,4 +11,4 @@ $(AR) rc $@ $^ # This is a hook for subdirmk's test suite. --include &^/lib/for-test.mk +-include &for-test.mk -- 2.30.2