From 9794e01d73e5cc2621f85d91b0577e33df9920fb Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 27 Jun 2012 11:03:51 -0700 Subject: [PATCH] Makefile: fix misplaced dot Signed-off-by: H. Peter Anvin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d19f95d..97f90a83 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 -- 2.11.4.GIT