mboot.c32: Delete superfluous $(LIBS) prerequisite
authorMatt Fleming <matt.fleming@linux.intel.com>
Mon, 11 Apr 2011 12:17:32 +0000 (13:17 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Mon, 11 Apr 2011 12:36:02 +0000 (13:36 +0100)
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 <matt.fleming@linux.intel.com>
com32/mboot/Makefile

index cad320f..b7ee115 100644 (file)
@@ -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: