X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.cpp;h=14a7d46df7bd77749427c3793c71239c6b8b4bd1;hb=4d0d003b022943d8a0e39ba19078bab8d32d8857;hp=88ee97a8595e1c5668f2e712b150ae6c895271ac;hpb=0ac8d6708b8c758fb89d97a0049d4a329990b83b;p=builder.git diff --git a/source/link.cpp b/source/link.cpp index 88ee97a..14a7d46 100644 --- a/source/link.cpp +++ b/source/link.cpp @@ -59,9 +59,9 @@ Link::Link(Builder &b, const Executable &exe): argv.push_back("-l"+syslib->get_libname()); } - Path::Path epath=exe.get_name(); + Path epath=exe.get_name(); if(!builder.get_dry_run()) - Path::mkpath(epath.subpath(0, epath.size()-1), 0755); + mkpath(epath.subpath(0, epath.size()-1), 0755); announce(comp.get_package().get_name(), tool, relative(epath, comp.get_package().get_source()).str());