summaryrefslogtreecommitdiff
path: root/com32/gpllib
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2013-01-17 10:59:18 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2013-01-17 10:59:18 -0800
commitffe3a1ece6b7fd1b0941c366cb4e42261d5679c8 (patch)
tree4c0013113665f0a7df47c849ba6a9db49ca321e9 /com32/gpllib
parent1d4126ace5e4f4f0b326d0a8e903a5203c22936b (diff)
downloadsyslinux-ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8.tar.gz
Rename libcom32gpl.c32 to libgpl.c32
Conform to 8.3 filenames for essential files. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'com32/gpllib')
-rw-r--r--com32/gpllib/Makefile6
1 files changed, 3 insertions, 3 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/