Skip to content
  • Paolo Bonzini's avatar
    build: simplify and fix fix-obj-vars · 2a8e6c7a
    Paolo Bonzini authored
    
    
    fix-obj-vars has the undesired side effect of breaking -cflags
    -objs and -libs variables in the toplevel Makefile.objs.  The
    variables in the toplevel Makefile.objs do not need any fix,
    so fix-obj-vars need not do anything.
    
    Since we are touching it, remove the now unnecessary $(if)
    in the callers.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    2a8e6c7a