From: Ian Jackson Date: Sat, 26 Dec 2015 00:40:00 +0000 (+0000) Subject: Makefile: fix "mixed implicit and normal rules" X-Git-Tag: filamentspool-v2-release~33 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=875272a03f4d1e9c22baddeea49ce1f7828a0069;hp=54bd06ca91fcf2679a90004d5fa7e0b4fbfebc74 Makefile: fix "mixed implicit and normal rules" Fix Makefile:96: *** mixed implicit and normal rules: deprecated syntax by splitting these two lines up just as for pandemic-counter*, above. --- diff --git a/Makefile b/Makefile index 322b17d..89394a2 100644 --- 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