From: Ian Jackson Date: Wed, 25 Dec 2019 15:43:00 +0000 (+0000) Subject: doctests: Add missing & from include X-Git-Tag: subdirmk/0.3~101 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=415270d2743be3d8f3a29d87d1ad5021c965e7ff;ds=sidebyside doctests: Add missing & from include This makes no difference in this file but we'll want the same in sub/dir/ and they should be the same. Signed-off-by: Ian Jackson --- diff --git a/tests/filter/Subdir.sd.mk b/tests/filter/Subdir.sd.mk index 9e51e23..3ef02b3 100644 --- a/tests/filter/Subdir.sd.mk +++ b/tests/filter/Subdir.sd.mk @@ -1,3 +1,3 @@ # test cases for generate script # doctests: -&:include doctest.sd.mk +&:include &doctest.sd.mk