Commit b5eda776 by Richard Kenner

Install omitted hunk from last diff.

From-SVN: r8190
parent 78b4f182
...@@ -2637,7 +2637,7 @@ process_command (argc, argv) ...@@ -2637,7 +2637,7 @@ process_command (argc, argv)
value = p + 1; value = p + 1;
add_prefix (&exec_prefixes, value, 1, 0, temp); add_prefix (&exec_prefixes, value, 1, 0, temp);
add_prefix (&startfile_prefixes, value, 1, 0, temp); add_prefix (&startfile_prefixes, value, 1, 0, temp);
add_prefix (&include_prefixes, concat (value, "include", ""), add_prefix (&include_prefixes, concat (value, "include"),
1, 0, 0); 1, 0, 0);
/* As a kludge, if the arg is "[foo/]stageN/", just add /* As a kludge, if the arg is "[foo/]stageN/", just add
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment