From: Matt Fleming Date: Mon, 11 Apr 2011 12:17:32 +0000 (+0100) Subject: mboot.c32: Delete superfluous $(LIBS) prerequisite X-Git-Tag: syslinux-4.05-pre1~14^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56f0045aed582d4943622e7072507bfdbf759c23;p=profile%2Fivi%2Fsyslinux.git mboot.c32: Delete superfluous $(LIBS) prerequisite com32.mk already includes the necessary archive libraries in $(C_LIBS), we don't need to list them again in $(LIBS). Signed-off-by: Matt Fleming --- diff --git a/com32/mboot/Makefile b/com32/mboot/Makefile index cad320f..b7ee115 100644 --- a/com32/mboot/Makefile +++ b/com32/mboot/Makefile @@ -19,7 +19,6 @@ topdir = ../.. MAKEDIR = $(topdir)/mk include $(MAKEDIR)/com32.mk -LIBS = ../libutil/libutil_com.a ../lib/libcom32.a $(LIBGCC) LNXLIBS = ../libutil/libutil_lnx.a MODULES = mboot.c32 @@ -29,7 +28,7 @@ OBJS = mboot.o map.o mem.o initvesa.o apm.o solaris.o syslinux.o all: $(MODULES) $(TESTFILES) -mboot.elf : $(OBJS) $(LIBS) $(C_LIBS) +mboot.elf : $(OBJS) $(C_LIBS) $(LD) $(LDFLAGS) -o $@ $^ tidy dist: