ENH: fix for earlier fix on source with relative path

This commit is contained in:
Ken Martin 2005-08-08 13:28:12 -04:00
parent bb043289d0
commit fd05925bda
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
switch (doing) switch (doing)
{ {
case doing_source: case doing_source:
source = filename; source = copy;
break; break;
case doing_output: case doing_output:
output = filename; output = filename;