diff options
author | H. Peter Anvin <hpa@zytor.com> | 2016-02-09 18:05:48 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2016-02-09 18:05:48 -0800 |
commit | 72d2959272b4616f17a97667e6dfa9d06bf109a3 (patch) | |
tree | 076a32c42e768b7d75de0027f9463b843f5b4f57 /mk | |
parent | 7cd1ed60e37f36db859a2ca3d6ee261f98dafdac (diff) | |
download | syslinux-72d2959272b4616f17a97667e6dfa9d06bf109a3.tar.gz syslinux-72d2959272b4616f17a97667e6dfa9d06bf109a3.tar.xz syslinux-72d2959272b4616f17a97667e6dfa9d06bf109a3.zip |
Delete unused files
Remove several files which aren't used at all during the build.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/com32.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/com32.mk b/mk/com32.mk index 2e8591a7..d32069dd 100644 --- a/mk/com32.mk +++ b/mk/com32.mk @@ -55,7 +55,6 @@ GCCOPT += -mregparm=3 -DREGPARM=3 endif com32 := $(topdir)/com32 -RELOCS := $(com32)/tools/relocs ifneq ($(NOGPL),1) GPLLIB = $(com32)/gpllib/libcom32gpl.a |