Browse Source

ENH: fix for earlier fix on source with relative path

Ken Martin 20 years ago
parent
commit
fd05925bda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmAddCustomCommandCommand.cxx

+ 1 - 1
Source/cmAddCustomCommandCommand.cxx

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