roms: remove explicit MAKEFLAGS from recursive make invocations
commit50df8d5db04ac09477ed6ad3831592d699b3fafc
authorBruce Rogers <brogers@suse.com>
Fri, 13 Dec 2013 17:13:50 +0000 (13 10:13 -0700)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Feb 2014 14:37:17 +0000 (3 15:37 +0100)
treef5b098bbce384a758ea5339d23f9d86575773e55
parent2f61120c10da9128357510debc8e66880cd2bfdc
roms: remove explicit MAKEFLAGS from recursive make invocations

When using $(MAKE) within a makefile, we shouldn't be explicitly
including $(MAKEFLAGS) on the command-line. It causes problems
when that makefile is recursively invoked. When the roms/Makefile
is invoked as in make -C roms bios a spurious 'w' appears on the
sub-make invocation, due to the erroneous $(MAKEFLAGS) inclusion.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile