aboutsummaryrefslogtreecommitdiff
path: root/build/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-29 08:14:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-29 08:14:27 +0200
commit2a9d673f298b623db061ee85d397563d644c8268 (patch)
tree7fa40a9d364f710e3aa7438e273287f14eace725 /build/dist
parentfd689eb883655dcb29e505b041cd02fac01f0bac (diff)
New configure meta-operation implementation
Now we search and match (but do not execute) a rule for every operation supported by the project.
Diffstat (limited to 'build/dist')
-rw-r--r--build/dist/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dist/module.cxx b/build/dist/module.cxx
index 7b9b340..ab27df7 100644
--- a/build/dist/module.cxx
+++ b/build/dist/module.cxx
@@ -52,7 +52,7 @@ namespace build
// taking precedence.
//
r.rules.insert<target> (dist_id, 0, "dist", rule_);
- r.rules.insert<alias> (dist_id, 0, "dist", rule_);
+ r.rules.insert<alias> (dist_id, 0, "alias", rule_);
// Enter module variables.
//