From 7cb2179b53529b2282575926e24c400243722b39 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 9 Nov 2015 14:33:54 -0500 Subject: [PATCH] shim: rebuild shim.o if headers change Signed-off-by: Peter Jones --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b36e2a3..2c3d554 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ certdb/secmod.db: shim.crt certutil -d certdb/ -A -i shim.crt -n shim -t u shim.o: $(SOURCES) shim_cert.h +shim.o: $(wildcard *.h) cert.o : cert.S $(CC) $(CFLAGS) -c -o $@ $<