From: Jan Kiszka <jan.kis...@siemens.com>

The config.h is force-included and could influence any source file, e.g.
via SILENT_BOOT. Express this dependency.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 0ceb090..bb97df2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -278,7 +278,7 @@ define gnuefi_compile
        $(GNUEFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
 endef
 
-$(top_builddir)/%.o: $(top_srcdir)/%.c
+$(top_builddir)/%.o: $(top_srcdir)/%.c $(top_builddir)/config.h
        $(call gnuefi_compile)
 
 $(top_builddir)/env/%.o: $(top_srcdir)/env/%.c
-- 
2.43.0

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/efibootguard-dev/d423d63716f15e818ab19a983a4ad9dc3687362f.1733751547.git.jan.kiszka%40siemens.com.

Reply via email to