mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* src/files.c (open_files): Actually the `.output' file is based
on the short_base_name, not base_name. * tests/suite.at (Checking output file names): Adjust.
This commit is contained in:
@@ -252,7 +252,7 @@ open_files (void)
|
||||
if (verbose_flag)
|
||||
/* We used to use just .out if spec_name_prefix (-p) was used, but
|
||||
that conflicts with Posix. */
|
||||
foutput = xfopen (stringappend (base_name, EXT_OUTPUT), "w");
|
||||
foutput = xfopen (stringappend (short_base_name, EXT_OUTPUT), "w");
|
||||
|
||||
attrsfile = stringappend (short_base_name, EXT_STYPE_H);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user