[syslinux:elflink] elflink: modify com32/lib/Makefile to compile

syslinux-bot for Feng Tang feng.tang at intel.com
Thu Aug 12 21:03:12 PDT 2010


Commit-ID:  c549238124a8527674687964b8242f5e25b4f57f
Gitweb:     http://syslinux.zytor.com/commit/c549238124a8527674687964b8242f5e25b4f57f
Author:     Feng Tang <feng.tang at intel.com>
AuthorDate: Tue, 8 Jun 2010 17:24:11 +0800
Committer:  Feng Tang <feng.tang at intel.com>
CommitDate: Tue, 20 Jul 2010 11:10:03 +0800

elflink: modify com32/lib/Makefile to compile



---
 com32/lib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 41ae34c..f53c2c2 100755
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -68,7 +68,7 @@ DYNENTRY_OBJS = \
 ## CORE OBJECTS, INCLUDED IN THE ROOT COM32 MODULE
 LIBENTRY_OBJS = \
 	sys/intcall.o sys/farcall.o sys/cfarcall.o sys/zeroregs.o	\
-	sys/argv.o 							\
+	sys/argv.o sys/exit.o 							\
 	sys/fileinfo.o sys/opendev.o sys/read.o sys/write.o sys/ftell.o \
 	sys/close.o sys/open.o sys/fileread.o sys/fileclose.o		\
 	sys/openmem.o					\



More information about the Syslinux-commits mailing list