diff options
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r-- | libbutl/buildfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index 6509396..cd2643e 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -2,4 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: bash{manifest-parser} +./: bash{$path.base($path.base(*.bash.in))} + +bash{utility}: in{utility} +bash{manifest-parser}: in{manifest-parser} bash{utility} |