mirror of
https://https.git.savannah.gnu.org/git/make.git
synced 2026-01-31 03:45:48 +00:00
Ensure that variable overrides are passed to recursive make instances even if no overrides were provided on the command line. Fix suggested by Rici Lake <ricilake@gmail.com> * src/main.c (define_makeflags): Add overrides without respect to the value of command_variables. * tests/scripts/features/recursion: Add a test.