BUG: wrong shortname used

This commit is contained in:
Bill Hoffman 2001-11-15 09:00:44 -05:00
parent ba62b9d94d
commit 4b34ffa669
1 changed files with 1 additions and 1 deletions

View File

@ -1537,7 +1537,7 @@ void cmUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fout)
*source,
exportsDef.c_str(),
shared);
rules.insert(shortName);
rules.insert(shortNameWithExt);
}
}
}