projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e52e1fb
)
sysdump: Delete superfluous $(LIBS) prerequisite
author
Matt Fleming
<matt.fleming@linux.intel.com>
Tue, 12 Apr 2011 13:39:57 +0000
(14:39 +0100)
committer
Matt Fleming
<matt.fleming@linux.intel.com>
Sat, 16 Apr 2011 10:06:16 +0000
(11:06 +0100)
com32.mk already includes the necessary 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/sysdump/Makefile
patch
|
blob
|
history
diff --git
a/com32/sysdump/Makefile
b/com32/sysdump/Makefile
index
e2528f7
..
5d7f4ef
100644
(file)
--- a/
com32/sysdump/Makefile
+++ b/
com32/sysdump/Makefile
@@
-20,7
+20,6
@@
MAKEDIR = $(topdir)/mk
include $(MAKEDIR)/com32.mk
-include $(topdir)/version.mk
-LIBS = ../libutil/libutil_com.a ../lib/libcom32.a $(LIBGCC)
LNXLIBS = ../libutil/libutil_lnx.a
MODULES = sysdump.c32
@@
-43,7
+42,7
@@
CFLAGS += -DDATE='"$(DATE)"'
all: $(MODULES) $(TESTFILES)
-sysdump.elf : $(OBJS) $(
LIBS) $(
C_LIBS)
+sysdump.elf : $(OBJS) $(C_LIBS)
$(LD) $(LDFLAGS) -o $@ $^
tidy dist: