aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/in/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/in/buildfile')
-rw-r--r--libbuild2/in/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/in/buildfile b/libbuild2/in/buildfile
index f396e31..5f51bdb 100644
--- a/libbuild2/in/buildfile
+++ b/libbuild2/in/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-in}: libul{build2-in}: {hxx ixx txx cxx}{** -**.test...} \
- $imp_libs
+ $impl_libs
# Unit tests.
#