search for: fccd0f5

Displaying 1 result from an estimated 1 matches for "fccd0f5".

Did you mean: fc4cd0a5
2010 Jul 02
1
[syslinux:master] Makefile: add lua.c32 to installables
...add lua.c32 to installables > > lua.c32 is an installable file. > > Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> > > > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index fccd0f5..9b40e36 100644 > --- a/Makefile > +++ b/Makefile > @@ -33,7 +33,7 @@ include $(topdir)/MCONFIG > 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 \...