From ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Jan 2013 10:59:18 -0800 Subject: [PATCH] Rename libcom32gpl.c32 to libgpl.c32 Conform to 8.3 filenames for essential files. Signed-off-by: H. Peter Anvin --- com32/gpllib/Makefile | 6 +++--- mk/elf.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile index c704866b..3ccc0dc6 100644 --- a/com32/gpllib/Makefile +++ b/com32/gpllib/Makefile @@ -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/ diff --git a/mk/elf.mk b/mk/elf.mk index 82e03baf..109e0a65 100644 --- 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 = -- 2.11.4.GIT