Project

General

Profile

« Previous | Next » 

Revision 4671

input.Makefile: $(viaMaps): Removed extra addition of */map.csv, which is already included because all $(tables) have or will get a map.csv

View differences:

input.Makefile
143 143
dict := $(mappings)/$(via)-VegCore.csv
144 144

  
145 145
viaMaps := $(wildcard $(tables:%=%/map.csv))
146
viaMaps += $(filter-out $(viaMaps),$(wildcard */map.csv))
147 146

  
148 147
autogenMaps := $(subst map.,VegBIEN.,$(viaMaps))
149 148
directMaps := $(autogenMaps) $(filter-out $(autogenMaps),\

Also available in: Unified diff