[syslinux] [PATCH] hdt: libmenu.a no longer exists

Matt Fleming matt at console-pimps.org
Mon May 9 05:13:13 PDT 2011


Peter,

Would you mind picking this up for the elflink branch? It
currently doesn't build. Thanks!

On Fri, 29 Apr 2011 20:43:51 +0100
Matt Fleming <matt at console-pimps.org> wrote:

> From: Matt Fleming <matt.fleming at linux.intel.com>
> 
> Don't link against libmenu.a, it no longer exists as it was removed in
> commit 74518b8b691c ("elflink: Make ELF the default object format").
> 
> This fixes the following build error,
> 
> make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a', needed by `hdt.c32'.  Stop.
> 
> Signed-off-by: Matt Fleming <matt.fleming at linux.intel.com>
> ---
>  com32/hdt/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
> index 65bc1c6..934ad25 100644
> --- a/com32/hdt/Makefile
> +++ b/com32/hdt/Makefile
> @@ -19,7 +19,7 @@ topdir = ../..
>  MAKEDIR = $(topdir)/mk
>  include $(MAKEDIR)/elf.mk
>  
> -LIBS      = ../cmenu/libmenu/libmenu.a ../libupload/libcom32upload.a
> +LIBS      = ../libupload/libcom32upload.a
>  CFLAGS    += -I$(com32)/cmenu/libmenu -I$(com32)
>  
>  MODULES	  = hdt.c32

-- 
Matt Fleming, Intel Open Source Technology Center




More information about the Syslinux mailing list