chiark / gitweb /
add missing dep
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Mar 2019 00:22:00 +0000 (00:22 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Mar 2019 00:22:00 +0000 (00:22 +0000)
Makefile

index 9e9dd152bdd04a03d19351cf8313d33e3439cf55..da99ce3d288f117be43454d3a8c41e1af00fadaf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,8 @@ opt.plag: maybe-rerun-optim map.plag $(PLANAR_GRAPH) Makefile
 faces.plag: opt.plag $(PLANAR_GRAPH) Makefile
        $(PLANAR_GRAPH) RF $< W-FACES $@.tmp && $i
 
-test.ps: generate-board faces.plag input-graph
-       ./$^ $o
+test.ps: generate-board faces.plag input-graph misc-data.pl
+       ./$(filter-out misc-data.pl,$^) $o
 
 #map.ps: map.dot
 #      neato -Tps $^ $o