diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-20 11:37:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-20 11:37:24 +0200 |
commit | 2b67b959d5e74ae00b743eb55a8bef6031f3ed4e (patch) | |
tree | b1093df6f317615e349d478c0cf0b12d1e91383c | |
parent | e78ef8665dbf82d77e958f37204bce6e36bfcb59 (diff) |
Reorder modules in bdep-new
-rw-r--r-- | bdep/new.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 5044405..64e1724 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -405,8 +405,8 @@ namespace bdep << "using config" << endl; if (tests) os << "using test" << endl; - os << "using dist" << endl - << "using install" << endl; + os << "using install" << endl + << "using dist" << endl; os.close (); // build/root.build |