From: Matt Fleming Date: Tue, 12 Apr 2011 13:44:32 +0000 (+0100) Subject: lua: Delete superfluous $(LIBS) prerequisite X-Git-Tag: syslinux-4.05-pre1~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b726ddd81fd77947e126b14c84fb843b63544c5;p=platform%2Fupstream%2Fsyslinux.git lua: Delete superfluous $(LIBS) prerequisite 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 --- 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: