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 +- tests/amalgam/unnamed/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/amalgam') 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 diff --git a/tests/amalgam/unnamed/buildfile b/tests/amalgam/unnamed/buildfile index 5aa12c3..ead9514 100644 --- a/tests/amalgam/unnamed/buildfile +++ b/tests/amalgam/unnamed/buildfile @@ -1,3 +1,3 @@ -.: sub/ +./: sub/ include sub/ print $subprojects -- cgit v1.1