aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-20 11:37:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-20 11:37:24 +0200
commit2b67b959d5e74ae00b743eb55a8bef6031f3ed4e (patch)
treeb1093df6f317615e349d478c0cf0b12d1e91383c
parente78ef8665dbf82d77e958f37204bce6e36bfcb59 (diff)
Reorder modules in bdep-new
-rw-r--r--bdep/new.cxx4
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