diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-04 12:50:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-04 12:50:16 +0200 |
commit | d1116775abe546187a979b2481c786b51c2eab0c (patch) | |
tree | 013e7d3dc399e4c78fa76036697ef958230fdcb1 /libbuild2/bin/buildfile | |
parent | 9d45f82f821f0663a7c21c69c26d93fa0613d48a (diff) |
Replace int_ with intf_ and imp_ with impl_ in names
Diffstat (limited to 'libbuild2/bin/buildfile')
-rw-r--r-- | libbuild2/bin/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/bin/buildfile b/libbuild2/bin/buildfile index 0df78e6..f17fa8a 100644 --- a/libbuild2/bin/buildfile +++ b/libbuild2/bin/buildfile @@ -4,10 +4,10 @@ # NOTE: shared imports should go into root.build. # include ../ -imp_libs = ../lib{build2} # Implied interface dependency. +impl_libs = ../lib{build2} # Implied interface dependency. ./: lib{build2-bin}: libul{build2-bin}: {hxx ixx txx cxx}{** -**.test...} \ - $imp_libs + $impl_libs # Unit tests. # |