Revision 13414
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/input.Makefile | ||
---|---|---|
231 | 231 |
$(root)/lib/runscripts/local.run pg_schema_exists && echo t) |
232 | 232 |
|
233 | 233 |
install: _always |
234 |
$(if $(wildcard ./run),./run,$(if\ |
|
234 |
$(if $(wildcard ./run),./run install,$(if\
|
|
235 | 235 |
$(datasrc_schema_exists),,+$(selfMake) install_oldstyle)) |
236 | 236 |
+$(selfMake) validate/install |
237 | 237 |
|
Also available in: Unified diff
inputs/input.Makefile: install: use ./run's install target for clarity