blob: 4bc423a1de34ccee9c6036f2b4063c1b7f45a2d6 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001From 66447f7c5c6996481ebd68ce8224d3de7525aad8 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 74fff14..6a93149 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