--- secilc-3.9.orig/docs/Makefile
+++ secilc-3.9/docs/Makefile
@@ -50,7 +50,7 @@ $(TMPDIR)/%.md: %.md | $(TMPDIR)
 	@# Substitute markdown links for conversion into PDF links
 	$(SED) -i -re 's:(\[`[^`]*`\])\([^#]*([^\)]):\1\(\2:g' $@
 
-$(TMPDIR)/policy.cil: $(TESTDIR)/policy.cil
+$(TMPDIR)/policy.cil: $(TESTDIR)/policy.cil $(TMPDIR)
 	cp -f $< $@
 	@# add a title for the TOC to policy.cil. This is needed to play nicely with the PDF conversion.
 	$(SED) -i '1i Example Policy\n=========\n```secil' $@
