Rename libcom32gpl.c32 to libgpl.c32
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Jan 2013 18:59:18 +0000 (10:59 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Jan 2013 18:59:18 +0000 (10:59 -0800)
Conform to 8.3 filenames for essential files.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/gpllib/Makefile
mk/elf.mk

index c704866..3ccc0dc 100644 (file)
@@ -19,9 +19,9 @@ AUXDIR   = $(DATADIR)/syslinux
 INCDIR   = /usr/include
 COM32DIR = $(AUXDIR)/com32
 
-all: libcom32gpl.c32
+all: libgpl.c32
 
-libcom32gpl.elf : $(LIBOBJS)
+libgpl.elf : $(LIBOBJS)
        $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
 
 tidy dist clean:
@@ -36,7 +36,7 @@ spotless: clean
 # there is a better way to do it.
 install: all
        mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
-       install -m 644 libcom32gpl.c32 $(INSTALLROOT)$(COM32DIR)
+       install -m 644 libgpl.c32 $(INSTALLROOT)$(COM32DIR)
        mkdir -p $(INSTALLROOT)$(COM32DIR)/include/
        cp -r ../gplinclude $(INSTALLROOT)$(COM32DIR)/include/
 
index 82e03ba..109e0a6 100644 (file)
--- a/mk/elf.mk
+++ b/mk/elf.mk
@@ -35,7 +35,7 @@ com32 = $(topdir)/com32
 core = $(topdir)/core
 
 ifneq ($(NOGPL),1)
-GPLLIB     = $(com32)/gpllib/libcom32gpl.c32
+GPLLIB     = $(com32)/gpllib/libgpl.c32
 GPLINCLUDE = -I$(com32)/gplinclude
 else
 GPLLIB     =