Revision 11522
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/input.Makefile | ||
---|---|---|
305 | 305 |
$(selfMake) "$*/postprocess" |
306 | 306 |
$(exportHeader) |
307 | 307 |
$(cleanup) |
308 |
$(selfMake) "$*/map_table" |
|
309 | 308 |
|
310 | 309 |
%/install: _always |
311 | 310 |
$(if $(isCsv),$(import_install_)) |
Also available in: Unified diff
bugfix: inputs/input.Makefile: %/install: don't run map_table, because this instead done by the runscript. although it does not hurt to do it twice, invoking load_data by itself should not run map_table at all, so that the original column names can be inspected in the table and map.csv reordered to match.