Project

General

Profile

« Previous | Next » 

Revision 13418

bugfix: inputs/input.Makefile: $(datasrc_schema_exists): need to use $(datasrc), not $(schema), as $schema is only what this var is called in the runscripts

View differences:

trunk/inputs/input.Makefile
227 227
dbExports := $(strip $(dbExports))# += adds extra whitespace
228 228
allInstalls := $(if $(dbExports),sql) $(allTables)
229 229

  
230
datasrc_schema_exists = $(shell schema=$(schema)\
230
datasrc_schema_exists = $(shell schema=$(datasrc)\
231 231
$(root)/lib/runscripts/local.run pg_schema_exists && echo t)
232 232

  
233 233
install: _always

Also available in: Unified diff