chiark / gitweb /
Makefile: fix "mixed implicit and normal rules"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Dec 2015 00:40:00 +0000 (00:40 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Dec 2015 00:40:02 +0000 (00:40 +0000)
Fix
  Makefile:96: *** mixed implicit and normal rules: deprecated syntax
by splitting these two lines up just as for pandemic-counter*, above.

Makefile

index 322b17d7490888b891aecb1874f947d05cf5cf56..89394a2394d70c798ebf7ec6f3e83fc5a7a86596 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,8 @@ PANDEMICQUARANTINES_NUMBERS=1 2
 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \
        pandemic-quarantine-l$l.dxf)
 
-pandemic-quarantine-numbers pandemic-quarantine%.stl: \
-       $(PANDEMICQUARANTINES_DXFS)
+pandemic-quarantine-numbers: $(PANDEMICQUARANTINES_DXFS)
+pandemic-quarantine%.stl: $(PANDEMICQUARANTINES_DXFS)
 
 .PRECIOUS: pandemic-quarantine-l%.eps
 pandemic-quarantine-l%.eps: pandemic-quarantine-numbers.fig