diff options
-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 |