From dcf44e406e34bad30c3768d8c2732aea7af4437e Mon Sep 17 00:00:00 2001 From: Pedro Diaz Date: Sat, 23 Feb 2019 03:57:27 +0100 Subject: [PATCH] Fix sept-secondary build when using prebuild sept-secondary.enc (#371) --- sept/sept-secondary/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sept/sept-secondary/Makefile b/sept/sept-secondary/Makefile index e5361512d..5c04ee70c 100644 --- a/sept/sept-secondary/Makefile +++ b/sept/sept-secondary/Makefile @@ -124,6 +124,7 @@ ifeq ($(strip $(SEPT_ENC_PATH)),) @[ -d $@ ] || mkdir -p $@ @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile else + @touch $(TOPDIR)/sept-secondary.bin @cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc endif