X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flink.cpp;h=14a7d46df7bd77749427c3793c71239c6b8b4bd1;hb=54aab19ee471810a956e1fee4d3b962aaf9ae9b3;hp=88ee97a8595e1c5668f2e712b150ae6c895271ac;hpb=329dc80e392faf7354338621e73dba1880fc767d;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());