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 | 781a3f970df6b96cb202eaa2f03597f0beb548d2 (patch) | |
tree | 4d11a55bcec427fbe4a94194b29f6780cca763c0 /tests/install/lib/libtest/test/buildfile | |
parent | 39d36c3be269de1d80c162f76021750858e1f60c (diff) |
Use ./ instead of just . to denote current directory in buildfiles
Diffstat (limited to 'tests/install/lib/libtest/test/buildfile')
-rw-r--r-- | tests/install/lib/libtest/test/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/lib/libtest/test/buildfile b/tests/install/lib/libtest/test/buildfile index 5e275c6..f273f2d 100644 --- a/tests/install/lib/libtest/test/buildfile +++ b/tests/install/lib/libtest/test/buildfile @@ -7,4 +7,4 @@ lib{test}: cxx.export.poptions = -I$src_root exe{driver}: cxx{driver} hxx{driver} lib{test} -.: lib{test} exe{driver} +./: lib{test} exe{driver} |