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 $@ $<