Revision 1261
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
103 | 103 |
env ignore=1 $(root)/bin/union <$+|$(root)/bin/sort_map >$@ |
104 | 104 |
maps/$(via).%.full.csv: maps/$(via).%.csv # fallback if no self map |
105 | 105 |
$(CP) $< $@ |
106 |
# note that this will also run if the self map has not yet been made |
|
106 | 107 |
|
107 | 108 |
maps += $(patsubst maps/%.csv,maps/%.full.csv,$(viaMaps)) |
108 | 109 |
|
Also available in: Unified diff
input.Makefile: Added comment that self map must be made first if it's needed for maps/$(via).%.full.csv