]> git.tdb.fi Git - builder.git/blobdiff - source/link.cpp
Adapt to changes in msppath
[builder.git] / source / link.cpp
index 88ee97a8595e1c5668f2e712b150ae6c895271ac..14a7d46df7bd77749427c3793c71239c6b8b4bd1 100644 (file)
@@ -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());