diff options
Diffstat (limited to 'tests/function/buildfile')
-rw-r--r-- | tests/function/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/function/buildfile b/tests/function/buildfile index 4e043cf..8034f2b 100644 --- a/tests/function/buildfile +++ b/tests/function/buildfile @@ -2,6 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = builtin/ path/ -./: $d -include $d +./: builtin/ path/ |