Revision 10180
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
288 | 288 |
|
289 | 289 |
%/postprocess: _always |
290 | 290 |
$(if $(wildcard $*/run),,$(selfMake) $*/postprocess.sql/run) |
291 |
$(if $(wildcard $*/import),$*/import) |
|
292 | 291 |
|
293 | 292 |
# For staging tables which are derived by joining together other staging tables. |
294 | 293 |
%/install %/header.csv: %/create.sql _always |
Also available in: Unified diff
inputs/input.Makefile: %/postprocess: removed no longer used invocation of $*/import (precursor to the runscripts used in FIA)