diff --git a/lib/lib.pri b/lib/lib.pri index 03855f912..57a85e244 100644 --- a/lib/lib.pri +++ b/lib/lib.pri @@ -50,8 +50,7 @@ HEADERS += $${PWD}/check.h \ $${PWD}/token.h \ $${PWD}/tokenize.h \ $${PWD}/tokenlist.h \ - $${PWD}/valueflow.h \ - + $${PWD}/valueflow.h SOURCES += $${PWD}/analyzerinfo.cpp \ $${PWD}/astutils.cpp \ diff --git a/tools/dmake.cpp b/tools/dmake.cpp index 21043cd6b..52c4acb13 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -153,7 +153,7 @@ int main(int argc, char **argv) continue; // shouldn't happen fname.erase(fname.find(".cpp")); fout1 << std::string(11, ' ') << "$${PWD}/" << fname << ".h"; - if (i + 1 < testfiles.size()) + if (i + 1 < libfiles.size()) fout1 << " \\\n"; } fout1 << "\n\nSOURCES += ";