Commit e9b692f3 authored by Christoph Muellner's avatar Christoph Muellner
Browse files

Fix typo in build-libc dependencies

The variable MULTLIB_NAMES does not exist but is used when
generating the dependencies for the target build-libc for glibc.
Even when adding the missing 'I' (for MULTILIB_NAMES) there is
still no variable with this name.

So the whole dependency generation is useless, becauese it was not
needed so far. Looking into detail why it is so, we can find the
answer in the dependency list of the target 'stamps/build-gcc-linux-stage2'.

Let's fix this by setting the dependencies for build-libc right.
The dependencies for 'stamps/build-gcc-linux-stage2' stay as they are
not wrong.

Fixes: 3456b66f

 ("Add a "make report" phony target")
Signed-off-by: default avatarChristoph Muellner <cmuellner@linux.com>
parent 1a36b5dc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment