blob: bfd7f41b13213a513ea87c01e9faf771a537605e [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From bf6db5b48ec25f83939f1fdebb59028bc3c40b00 Mon Sep 17 00:00:00 2001
2From: "H. Peter Anvin (Intel)" <hpa@zytor.com>
3Date: Wed, 6 Feb 2019 11:30:51 -0800
4Subject: [PATCH] install: don't install obsolete file com32.ld
5
6com32.ld has been obsolete for a long time, and has been removed now;
7don't install it either.
8
9Reported-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
10Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
11
12Upstream-Status: Backport
13Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
14---
15 com32/lib/Makefile | 1 -
16 1 file changed, 1 deletion(-)
17
18diff --git a/com32/lib/Makefile b/com32/lib/Makefile
19index 74fff149..6a931492 100644
20--- a/com32/lib/Makefile
21+++ b/com32/lib/Makefile
22@@ -113,7 +113,6 @@ spotless: clean
23
24 install: all
25 mkdir -m 755 -p $(INSTALLROOT)$(COM32DIR)
26- install -m 644 $(SRC)/com32.ld $(INSTALLROOT)$(COM32DIR)
27 -rm -rf $(INSTALLROOT)$(COM32DIR)/include
28 cp -r $(SRC)/../include $(INSTALLROOT)$(COM32DIR)
29
30--
312.17.1
32