diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-17 10:59:18 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-17 10:59:18 -0800 |
commit | ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8 (patch) | |
tree | 4c0013113665f0a7df47c849ba6a9db49ca321e9 /mk | |
parent | 1d4126ace5e4f4f0b326d0a8e903a5203c22936b (diff) | |
download | syslinux-ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8.tar.gz syslinux-ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8.tar.xz syslinux-ffe3a1ece6b7fd1b0941c366cb4e42261d5679c8.zip |
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 'mk')
-rw-r--r-- | mk/elf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |