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

Matt Fleming matt at console-pimps.org
Fri Apr 29 12:43:51 PDT 2011


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
-- 
1.7.4.4




More information about the Syslinux mailing list