[syslinux] [PATCH 6/6] lua: Delete superfluous $(LIBS) prerequisite

Matt Fleming matt at console-pimps.org
Sat Apr 16 06:35:37 PDT 2011


From: Matt Fleming <matt.fleming at linux.intel.com>

com32.mk already includes the necessary library in $(C_LIBS), we don't
need to list them again in $(LIBS).

Signed-off-by: Matt Fleming <matt.fleming at linux.intel.com>
---
 com32/lua/src/Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/com32/lua/src/Makefile b/com32/lua/src/Makefile
index 04ea255..14b0e33 100644
--- a/com32/lua/src/Makefile
+++ b/com32/lua/src/Makefile
@@ -19,7 +19,6 @@ topdir = ../../..
 MAKEDIR = $(topdir)/mk
 include $(MAKEDIR)/com32.mk
 
-LIBS	   = ../../lib/libcom32.a $(LIBGCC)
 LNXLIBS	   = 
 
 # Temporarily allow warnings not being treated as errors
@@ -55,7 +54,7 @@ $(LIBLUA) : $(LIBLUA_OBJS)
 	$(AR) cq $@ $^
 	$(RANLIB) $@
 
-lua.elf : $(OBJS) $(LIBLUA) $(LIBS) $(C_LIBS)
+lua.elf : $(OBJS) $(LIBLUA) $(C_LIBS)
 	$(LD) $(LDFLAGS) -o $@ $^
 
 tidy dist:
-- 
1.7.4.2




More information about the Syslinux mailing list