mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +00:00
Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
so that the commands still work even if POSIXLY_CORRECT is set.
This commit is contained in:
@@ -183,7 +183,7 @@ z + q;
|
||||
This is total garbage, but it should be ignored.
|
||||
]])
|
||||
|
||||
AT_CHECK([bison types.y -o types.c], 0, [], ignore)
|
||||
AT_CHECK([bison -o types.c types.y], 0, [], ignore)
|
||||
AT_COMPILE([types])
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user