]> git.tdb.fi Git - builder.git/blobdiff - source/builder.cpp
Fix a problem in finding ObjectFile dependencies
[builder.git] / source / builder.cpp
index bbf6eb1d046dbf8fee32e4d2279de3d2ccaad329..cf335c1a93a6c0f7248e20b2f46cb19d3c4efafb 100644 (file)
@@ -340,7 +340,7 @@ Target *Builder::get_header(const string &include, const FS::Path &from, const l
 
        string fn=include.substr(1);
        if(verbose>=5)
-               cout<<"Looking for include "<<fn<<" with path "<<join(path.begin(), path.end())<<'\n';
+               cout<<"Looking for include "<<fn<<" from "<<from<<" with path "<<join(path.begin(), path.end())<<'\n';
 
        StringList syspath;
        if(current_arch->is_native())