Project

General

Profile

« Previous | Next » 

Revision 13414

inputs/input.Makefile: install: use ./run's install target for clarity

View differences:

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