From 2fdba73012dea93ad61bba855cb882e4d1d67d48 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 30 Aug 2017 10:38:52 -0400 Subject: [PATCH] Fix build with ENABLE_SHIM_CERT and ENABLE_SBSIGN: shim.key is created by the shim.crt target Signed-off-by: Mathieu Trudel-Lapierre --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afd6504..e8dc163 100644 --- 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