diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 15:16:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 15:16:38 +0200 |
commit | c912e905db13960826542750808c091627996324 (patch) | |
tree | 59dc7b5a0fcf4f4f512145910bbca3ee5096000b /tests/buildfile | |
parent | 0eebdd4b7b3c45890953ecc12cc9692bc8012e9d (diff) |
Use ./ instead of just . to denote current directory in buildfiles
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index bac1dfa..69568d0 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -5,5 +5,5 @@ d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \ package-version/ repository-location/ -.: $d +./: $d include $d |