BUG: wrong shortname used
This commit is contained in:
parent
ba62b9d94d
commit
4b34ffa669
|
@ -1537,7 +1537,7 @@ void cmUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fout)
|
||||||
*source,
|
*source,
|
||||||
exportsDef.c_str(),
|
exportsDef.c_str(),
|
||||||
shared);
|
shared);
|
||||||
rules.insert(shortName);
|
rules.insert(shortNameWithExt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue