File: reverse-make

package info (click to toggle)
secilc 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: ansic: 704; xml: 461; makefile: 149
file content (11 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- 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' $@