summaryrefslogtreecommitdiff
path: root/debian/patches/fix_makefile_phony.patch
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2017-09-13 12:11:21 -0700
committerMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2017-09-13 12:11:21 -0700
commit544696f3ade15d70a5d8389c481e964a164cd3de (patch)
tree9b542fa7093fb28bc8bdcc10b6f69b133e12d064 /debian/patches/fix_makefile_phony.patch
parent8de1d1dc3a96fec12e97eff6ca5b728e606764b1 (diff)
downloadefi-boot-shim-544696f3ade15d70a5d8389c481e964a164cd3de.tar.gz
efi-boot-shim-544696f3ade15d70a5d8389c481e964a164cd3de.zip
Drop PHONY fix patch; merged upstream.
Diffstat (limited to 'debian/patches/fix_makefile_phony.patch')
-rw-r--r--debian/patches/fix_makefile_phony.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/fix_makefile_phony.patch b/debian/patches/fix_makefile_phony.patch
deleted file mode 100644
index 8a8d4749..00000000
--- a/debian/patches/fix_makefile_phony.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
-Subject: Fix Makefile to successfully build for shim with cert and sbsign
-
-sbsign needs shim.key and shim.crt, but the only target that exists in
-makefile is shim.crt. shim.key is a side-effect building shim.crt.
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: b/Makefile
-===================================================================
---- a/Makefile
-+++ b/Makefile
-@@ -362,6 +362,6 @@ archive: tag
- @rm -rf /tmp/shim-$(VERSION)
- @echo "The archive is in shim-$(VERSION).tar.bz2"
-
--.PHONY : install-deps
-+.PHONY : install-deps shim.key
-
- export ARCH CC LD OBJCOPY EFI_INCLUDE