*** empty log message ***

From-SVN: r1187
This commit is contained in:
Richard Stallman 1992-06-10 21:23:54 +00:00
parent edbe40ea9a
commit 00f7e60311
1 changed files with 2 additions and 2 deletions

View File

@ -2057,10 +2057,10 @@ process_command (argc, argv)
temp = (char *) xmalloc (strlen (gcc_exec_prefix) + strlen (spec_version)
+ strlen (spec_machine) + 3);
strcpy (temp, gcc_exec_prefix);
strcat (temp, spec_version);
strcat (temp, "/");
strcat (temp, spec_machine);
strcat (temp, "/");
strcat (temp, spec_version);
strcat (temp, "/");
gcc_exec_prefix = temp;
}
}