aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-02-06 11:30:51 -0800
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-02-06 11:30:51 -0800
commitbf6db5b48ec25f83939f1fdebb59028bc3c40b00 (patch)
tree86dfdc374a333f6450c8c1ac974fab8fbacb9f37
parent754b1ab222d9c3a5c2e0d481e7cee409c716b0f4 (diff)
downloadsyslinux-bf6db5b48ec25f83939f1fdebb59028bc3c40b00.tar.gz
syslinux-bf6db5b48ec25f83939f1fdebb59028bc3c40b00.tar.xz
syslinux-bf6db5b48ec25f83939f1fdebb59028bc3c40b00.zip
install: don't install obsolete file com32.ld
com32.ld has been obsolete for a long time, and has been removed now; don't install it either. Reported-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com> Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-rw-r--r--com32/lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 74fff149..6a931492 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -113,7 +113,6 @@ spotless: clean
install: all
mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
- install -m 644 $(SRC)/com32.ld $(INSTALLROOT)$(COM32DIR)
-rm -rf $(INSTALLROOT)$(COM32DIR)/include
cp -r $(SRC)/../include $(INSTALLROOT)$(COM32DIR)