From 781a3f970df6b96cb202eaa2f03597f0beb548d2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Jul 2016 15:16:38 +0200 Subject: Use ./ instead of just . to denote current directory in buildfiles --- tests/amalgam/config/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/amalgam/config/buildfile') diff --git a/tests/amalgam/config/buildfile b/tests/amalgam/config/buildfile index 56f7f9a..32285a9 100644 --- a/tests/amalgam/config/buildfile +++ b/tests/amalgam/config/buildfile @@ -1,3 +1,3 @@ d = #t/ l/ -.: $d +./: $d include $d -- cgit v1.1