mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Dependency should be on the output file name, not the dependency file
name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139220 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -242,7 +242,7 @@ int main(int argc, char **argv) {
|
|||||||
<< ":" << Error << "\n";
|
<< ":" << Error << "\n";
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
DepOut.os() << DependFilename << ":";
|
DepOut.os() << OutputFilename << ":";
|
||||||
const std::vector<std::string> &Dependencies = Parser.getDependencies();
|
const std::vector<std::string> &Dependencies = Parser.getDependencies();
|
||||||
for (std::vector<std::string>::const_iterator I = Dependencies.begin(),
|
for (std::vector<std::string>::const_iterator I = Dependencies.begin(),
|
||||||
E = Dependencies.end();
|
E = Dependencies.end();
|
||||||
|
Reference in New Issue
Block a user