Project

General

Profile

« Previous | Next » 

Revision 3566

input.Makefile: Maps building: maps/$(via).%.full.csv: Removed alternate rule when $(srcMap) doesn't exist, because this effect is actually achieved by the no-prereqs rule for maps/src.%.csv, which causes make to think it exists when matching pattern rules even if its recipe doesn't actually create it

View differences:

input.Makefile
217 217
maps/$(via).%.full.csv: maps/$(via).%.csv $(coreSelfMap) $(srcMap)
218 218
	$(makeFullCsv)
219 219
	$(joinSrcMap)
220
maps/$(via).%.full.csv: maps/$(via).%.csv $(coreSelfMap)
221
	$(makeFullCsv)
222 220
maps += $(patsubst maps/%.csv,maps/%.full.csv,$(viaMaps))
223 221

  
224 222
maps/VegBIEN.%.csv: maps/$(via).%.full.csv $(coreMap)

Also available in: Unified diff