Project

General

Profile

« Previous | Next » 

Revision 1775

input.Makefile: $(srcMaps): Removed `$(filter-out maps/src.join.%.csv,...)` because maps/src.join.%.csv are no longer created

View differences:

input.Makefile
127 127
$(wildcard maps/VegBIEN.*.csv))
128 128
tables := $(directMaps:maps/VegBIEN.%.csv=%)
129 129

  
130
srcMaps := $(filter-out maps/src.join.%.csv,$(wildcard maps/src.*.csv))
130
srcMaps := $(wildcard maps/src.*.csv)
131 131

  
132 132
# Must come before $(root)/% to override it
133 133
$(coreSelfMap): _always

Also available in: Unified diff