Skip to content
  • Christoph Muellner's avatar
    Fix typo in build-libc dependencies · e9b692f3
    Christoph Muellner authored
    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>
    e9b692f3