summaryrefslogtreecommitdiff
path: root/com32
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-04-26 01:29:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-04-26 01:29:28 -0700
commit30e41c2a1d565332c8f81a34b356be92ad863603 (patch)
tree3b03b4a90a7b0dbed4cd9391f6fa8f513ca403b3 /com32
parentd5b9f24567a26562ec1822235cbd08256b96c335 (diff)
downloadsyslinux-30e41c2a1d565332c8f81a34b356be92ad863603.tar.gz
sysdump: add $(LIBS) to the link rule
$(C_LIBS) doesn't include $(LIBS) so we need to add it explicitly. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32')
-rw-r--r--com32/sysdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/sysdump/Makefile b/com32/sysdump/Makefile
index e4290993..98e7f15a 100644
--- a/com32/sysdump/Makefile
+++ b/com32/sysdump/Makefile
@@ -45,7 +45,7 @@ CFLAGS += -DDATE='"$(DATE)"'
all: $(MODULES) $(TESTFILES)
-sysdump.elf : $(OBJS) $(C_LIBS)
+sysdump.elf : $(OBJS) $(LIBS) $(C_LIBS)
$(LD) $(LDFLAGS) -o $@ $^
tidy dist: