[syslinux:elflink] Makefile: fix misplaced dot

syslinux-bot for H. Peter Anvin hpa at zytor.com
Wed Jun 27 11:06:04 PDT 2012


Commit-ID:  9794e01d73e5cc2621f85d91b0577e33df9920fb
Gitweb:     http://www.syslinux.org/commit/9794e01d73e5cc2621f85d91b0577e33df9920fb
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 27 Jun 2012 11:03:51 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 27 Jun 2012 11:03:51 -0700

Makefile: fix misplaced dot

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

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

diff --git a/Makefile b/Makefile
index 3d19f95..97f90a8 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ include $(MAKEDIR)/syslinux.mk
 MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
 	com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
 	com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \
-	com32/sysdump/*.c32 com32/lua/src/*.c32 com32/chain/.*c32 \
+	com32/sysdump/*.c32 com32/lua/src/*.c32 com32/chain/*.c32 \
 	com32/lib/*.c32 com32/libutil/*.c32 com32/gpllib/*.c32
 
 # syslinux.exe is BTARGET so as to not require everyone to have the


More information about the Syslinux-commits mailing list